We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1e013 commit 84d1b93Copy full SHA for 84d1b93
.github/workflows/ci.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Run tests
23
run: yarn run test
24
25
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
26
with:
27
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments