Skip to content

Commit 0c949b9

Browse files
Update actions/download-artifact action to v6
1 parent 97fb70c commit 0c949b9

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
@@ -52,15 +52,15 @@ jobs:
5252
permissions: write-all
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/download-artifact@v4.3.0
55+
- uses: actions/download-artifact@v6.0.0
5656
with:
5757
name: AppImage-x86_64
5858

59-
- uses: actions/download-artifact@v4.3.0
59+
- uses: actions/download-artifact@v6.0.0
6060
with:
6161
name: AppImage-aarch64
6262

63-
- uses: actions/download-artifact@v4.3.0
63+
- uses: actions/download-artifact@v6.0.0
6464
with:
6565
name: version
6666

0 commit comments

Comments
 (0)