We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fcc96b + bea11f3 commit 53811b5Copy full SHA for 53811b5
2 files changed
.github/workflows/scorecard.yml
@@ -60,7 +60,7 @@ jobs:
60
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
61
# format to the repository Actions tab.
62
- name: "Upload artifact"
63
- uses: actions/upload-artifact@v4.3.1
+ uses: actions/upload-artifact@v5
64
with:
65
name: SARIF file
66
path: results.sarif
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
exit 1
49
fi
50
- name: Archive recent build
51
- uses: actions/upload-artifact@v4
52
53
name: collection-build
54
path: netscaler-adc-*.tar.gz
0 commit comments