Skip to content

Commit 3d17654

Browse files
Update actions/download-artifact action to v6
1 parent 5749576 commit 3d17654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
contents: write
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/download-artifact@v4.3.0
64+
- uses: actions/download-artifact@v6.0.0
6565
with:
6666
name: AppImage-x86_64
6767

6868
# - uses: actions/[email protected]
6969
# with:
7070
# name: AppImage-aarch64
7171

72-
- uses: actions/download-artifact@v4.3.0
72+
- uses: actions/download-artifact@v6.0.0
7373
with:
7474
name: version
7575

0 commit comments

Comments
 (0)