We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faf072c + 7b20774 commit c12f2e5Copy full SHA for c12f2e5
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Run tests and collect coverage
16
run: npm run test
17
- name: Upload coverage to Codecov
18
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v4-beta
19
env:
20
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
0 commit comments