We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a322638 commit 6f5700dCopy full SHA for 6f5700d
.github/workflows/config.yml
@@ -16,7 +16,7 @@ jobs:
16
npm run lint
17
- run: |
18
npm run test
19
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
20
with:
21
name: code-coverage-report
22
path: reports
0 commit comments