Skip to content

Commit 44c0efb

Browse files
Update actions/download-artifact action to v4.3.0
1 parent 16b754e commit 44c0efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank2.yml

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

6363
steps:
64-
- uses: actions/download-artifact@v4.1.9
64+
- uses: actions/download-artifact@v4.3.0
6565
with:
6666
name: AppImage-x86_64
6767

68-
- uses: actions/download-artifact@v4.1.9
68+
- uses: actions/download-artifact@v4.3.0
6969
with:
7070
name: AppImage-aarch64
7171

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

0 commit comments

Comments
 (0)