We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f274f + 5832841 commit 3aa5bd0Copy full SHA for 3aa5bd0
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: npm run check
22
- run: npm run test:run
23
- name: Upload coverage reports to Codecov
24
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
25
with:
26
token: ${{ secrets.CODECOV_TOKEN }}
27
- run: npm run build
0 commit comments