Skip to content

Commit b822593

Browse files
authored
Merge pull request #5515 from kubernetes-sigs/dependabot/github_actions/actions/upload-artifact-7.0.0
🌱 Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 98ed810 + b1f157f commit b822593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Upload assets
39-
uses: actions/upload-artifact@v6.0.0
39+
uses: actions/upload-artifact@v7.0.0
4040
with:
4141
name: kubebuilder
4242
path: dist/*

.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
63+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6464
with:
6565
name: SARIF file
6666
path: results.sarif

0 commit comments

Comments
 (0)