Skip to content

Commit 583cbb6

Browse files
authored
Merge pull request #678 from crazy-max/bump-gha
bump codecov/codecov-action from 3 to 4
2 parents 83a00bc + 566711b commit 583cbb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
targets: test
2626
-
2727
name: Upload coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v4
2929
with:
3030
file: ./coverage/clover.xml
31+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)