Skip to content

Commit b7999c4

Browse files
chore(deps): Update github-actions dependency actions/download-artifact to v8
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v7.0.0 | v8.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ecccf06 commit b7999c4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
repositories: alloy
4646

4747
- name: Download PR info artifact 🛬
48-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
48+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4949
with:
5050
name: backport-info
5151
path: backport-info

.github/workflows/release-publish-alloy-artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
cache: false
182182

183183
- name: Download signed Windows executables
184-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
184+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
185185
with:
186186
name: windows-executables-signed
187187
path: .
@@ -278,21 +278,21 @@ jobs:
278278
chown -R $(id -u):$(id -g) $PWD
279279
280280
- name: Download dist
281-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
281+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
282282
with:
283283
name: dist
284284
path: dist
285285

286286
# Overwrite the original Windows Alloy executable with the signed version
287287
- name: Download signed Windows executable
288-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
288+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
289289
with:
290290
name: windows-executables-signed
291291
path: .
292292

293293
# Overwrite the original Windows Alloy installer with the signed version
294294
- name: Download signed Windows installer
295-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
295+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
296296
with:
297297
name: windows-installer-signed
298298
path: dist

0 commit comments

Comments
 (0)