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 41714fe commit 2f701d4Copy full SHA for 2f701d4
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
pnpm run test
37
- name: Upload coverage reports to Codecov
38
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
- name: Build
0 commit comments