We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e8b57 commit 6ca72f9Copy full SHA for 6ca72f9
.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