Skip to content

Commit 15f674a

Browse files
authored
Merge pull request #590 from netscaler/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 5 to 7
2 parents eb39bb4 + 77dee7f commit 15f674a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161
# format to the repository Actions tab.
6262
- name: "Upload artifact"
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: SARIF file
6666
path: results.sarif

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
exit 1
4949
fi
5050
- name: Archive recent build
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: collection-build
5454
path: netscaler-adc-*.tar.gz

0 commit comments

Comments
 (0)