We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8bf03 commit 1fe7dd3Copy full SHA for 1fe7dd3
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.PERSONALACCESSTOKEN }}
41
if: "contains(github.ref, 'main')"
42
43
- - uses: codecov/codecov-action@v4.6.0
+ - uses: codecov/codecov-action@v5.1.0
44
if: "!contains(github.event.head_commit.message, 'skip test')"
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments