We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594007a commit 462673dCopy full SHA for 462673d
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
- uses: ./.github/actions/prepare
7
- run: pnpm run test --coverage
8
- name: Codecov
9
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
10
11
name: Test
12
0 commit comments