Skip to content

Commit 318ffce

Browse files
Fix commit hashes for download artifacts for SBOM generation (#8939) (#8941)
(cherry picked from commit 1ee2c88) Co-authored-by: Lorenzo <[email protected]>
1 parent ddf03e5 commit 318ffce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118118

119119
- name: ci/download-sboms
120-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47c8a # v4.2.1
120+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
121121
with:
122122
path: ${{ github.workspace }}
123123
pattern: |
@@ -177,7 +177,7 @@ jobs:
177177
working-directory: ./fastlane
178178

179179
- name: ci/download-artifacts
180-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47c8a # v4.2.1
180+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
181181
with:
182182
path: ${{ github.workspace }}
183183
merge-multiple: true

0 commit comments

Comments
 (0)