We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a177f0f commit 46d5fa0Copy full SHA for 46d5fa0
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
continue-on-error: true
36
if: runner.os == 'Linux'
37
run: xvfb-run npm run test:coverage
38
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
39
with:
40
directory: ./coverage
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments