Skip to content

Commit

Permalink
chore: update github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
sheplu committed Feb 24, 2024
1 parent 0e3ab6e commit a0c9f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
mv "./${{ matrix.name }}" "./coverage/${{ matrix.name }}"
- name: Upload code coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./coverage
Expand All @@ -195,7 +195,7 @@ jobs:
run: sudo apt-get -y install lcov

- name: Collect coverage reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
path: ./coverage
Expand Down

0 comments on commit a0c9f80

Please sign in to comment.