We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2069952 commit a9c179dCopy full SHA for a9c179d
1 file changed
.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
32
if: >
33
!startsWith(github.head_ref, 'renovate/') &&
34
!startsWith(github.head_ref, 'release-please--')
35
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments