We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98ed810 + b1f157f commit b822593Copy full SHA for b822593
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- name: Upload assets
39
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
40
with:
41
name: kubebuilder
42
path: dist/*
.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
64
65
name: SARIF file
66
path: results.sarif
0 commit comments