We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4b9a7 commit 579cbdbCopy full SHA for 579cbdb
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: pnpm build
32
- run: pnpm test:dist
33
- run: pnpm test:unit
34
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
35
- name: Release Edge
36
if: |
37
github.event_name == 'push' &&
0 commit comments