Skip to content

Commit b22d95f

Browse files
committed
deps(ci): bump actions/upload-artifact to v4
1 parent e4a23af commit b22d95f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ jobs:
4949
run: mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
5050
- name: Generate HTML coverage report
5151
run: genhtml -o coverage-report.html ./coverage/lcov.info
52-
5352
- name: Coveralls upload
5453
uses: coverallsapp/github-action@master
5554
with:
5655
github-token: ${{ secrets.GITHUB_TOKEN }}
5756
- name: Upload artifact
58-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v4
5958
with:
6059
name: coverage-report
6160
path: coverage-report.html

0 commit comments

Comments
 (0)