We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b573867 commit 2a187edCopy full SHA for 2a187ed
1 file changed
.github/workflows/test.yml
@@ -37,6 +37,6 @@ jobs:
37
if: >
38
!startsWith(github.head_ref, 'renovate/') &&
39
!startsWith(github.head_ref, 'releaser-pleaser--')
40
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments