We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaffe8 commit 2bbe536Copy full SHA for 2bbe536
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
npm ci
24
npm run test
25
- name: Codecov
26
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v5.4.2
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
0 commit comments