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.
1 parent b2ce0fb commit 4162dbdCopy full SHA for 4162dbd
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: npm run test-ci
60
61
- name: Upload code coverage
62
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
63
with:
64
name: coverage-node-${{ matrix.node-version }}
65
path: ./coverage/lcov.info
.github/workflows/scorecard.yml
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
name: SARIF file
path: results.sarif
0 commit comments