Skip to content

Commit e427760

Browse files
Update actions/download-artifact action to v5
1 parent 069df53 commit e427760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- uses: actions/download-artifact@v4.3.0
63+
- uses: actions/download-artifact@v5.0.0
6464
with:
6565
name: AppImage-x86_64
6666

67-
- uses: actions/download-artifact@v4.3.0
67+
- uses: actions/download-artifact@v5.0.0
6868
with:
6969
name: AppImage-aarch64
7070

71-
- uses: actions/download-artifact@v4.3.0
71+
- uses: actions/download-artifact@v5.0.0
7272
with:
7373
name: version
7474

0 commit comments

Comments
 (0)