Skip to content

Commit 7ec1cd5

Browse files
Update actions/download-artifact action to v8
1 parent 8a9b4f0 commit 7ec1cd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/appimage-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
permissions: write-all
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
49+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5050
with:
5151
pattern: AppImage-*
5252
merge-multiple: true

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
permissions: write-all
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
45+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4646
with:
4747
pattern: AppImage-*
4848
merge-multiple: true

0 commit comments

Comments
 (0)