Skip to content

Commit 77bd0e2

Browse files
authored
Update blank.yml
1 parent c8a22d8 commit 77bd0e2

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
@@ -26,7 +26,7 @@ jobs:
2626
mv *AppImage dist/
2727
2828
- name: Upload artifact
29-
uses: actions/upload-artifact@v1.0.0
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: htop-x86_64.AppImage
3232
path: 'dist'
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
steps:
40-
- uses: actions/download-artifact@v1
40+
- uses: actions/download-artifact@v4
4141
with:
4242
name: htop-x86_64.AppImage
4343

0 commit comments

Comments
 (0)