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 cd6b141 commit 7d33245Copy full SHA for 7d33245
.github/workflows/release.yml
@@ -90,14 +90,14 @@ jobs:
90
core.setFailed(`Draft release not found`)
91
92
- name: Download SBOM artifact
93
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
94
with:
95
pattern: "*-sbom-*"
96
path: ./
97
merge-multiple: true
98
99
- name: Download helm chart artifact
100
101
102
name: runtime-class-manager
103
0 commit comments