We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c87d9 commit d75bbe8Copy full SHA for d75bbe8
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
run: npm install
13
14
- name: Install codecov
15
- run: npm install -g codecov
+ uses: codecov/codecov-action@v5
16
17
- name: Test
18
run: npm run ci
0 commit comments