We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fca63f commit 66eb611Copy full SHA for 66eb611
1 file changed
.github/workflows/test.yml
@@ -50,6 +50,6 @@ jobs:
50
- name: Download all coverage data
51
uses: actions/download-artifact@v8.0.1
52
- name: Upload coverage report
53
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments