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 11baca5 commit bd985d4Copy full SHA for bd985d4
.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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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