Skip to content

Commit 981155c

Browse files
Update actions/download-artifact action to v4.3.0
1 parent 47c9ca7 commit 981155c

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
@@ -50,10 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151

5252
steps:
53-
- uses: actions/download-artifact@v4.1.8
53+
- uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: AppImage
56-
- uses: actions/download-artifact@v4.1.8
56+
- uses: actions/download-artifact@v4.3.0
5757
with:
5858
name: version
5959

0 commit comments

Comments
 (0)