We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2859fcf + 1a17ed3 commit 2628be6Copy full SHA for 2628be6
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: npm run build --if-present
38
- run: npm test -- --coverage
39
- name: Upload code coverage
40
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
41
with:
42
name: coverage
43
path: coverage/lcov.info
0 commit comments