Skip to content

Commit 56d05b8

Browse files
Update actions/download-artifact action to v6
1 parent 5eb787c commit 56d05b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
permissions: write-all
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/download-artifact@v4.3.0
46+
- uses: actions/download-artifact@v6.0.0
4747
with:
4848
pattern: AppImage-*
4949
merge-multiple: true

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
permissions: write-all
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/download-artifact@v4.3.0
46+
- uses: actions/download-artifact@v6.0.0
4747
with:
4848
pattern: AppImage-*
4949
merge-multiple: true

0 commit comments

Comments
 (0)