We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a827a09 commit 63c13daCopy full SHA for 63c13da
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: npm test
50
51
- name: Upload test coverage as artifact
52
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
53
with:
54
name: coverage-${{ matrix.os }}
55
path: coverage
0 commit comments