We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4698d4 commit 48e7813Copy full SHA for 48e7813
.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.2
44
if: "!contains(github.event.head_commit.message, 'skip test')"
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments