Skip to content

Commit 714dfd7

Browse files
Update actions/download-artifact action to v6
1 parent a21f302 commit 714dfd7

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
@@ -51,11 +51,11 @@ jobs:
5151
runs-on: ubuntu-latest
5252

5353
steps:
54-
- uses: actions/download-artifact@v4.3.0
54+
- uses: actions/download-artifact@v6.0.0
5555
with:
5656
name: AppImage
5757

58-
- uses: actions/download-artifact@v4.3.0
58+
- uses: actions/download-artifact@v6.0.0
5959
with:
6060
name: version
6161

0 commit comments

Comments
 (0)