Skip to content

Commit 90a523b

Browse files
Update actions/upload-artifact action to v5
1 parent a21f302 commit 90a523b

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
@@ -33,13 +33,13 @@ jobs:
3333
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
3434
3535
- name: Upload artifact
36-
uses: actions/upload-artifact@v4.6.2
36+
uses: actions/upload-artifact@v5.0.0
3737
with:
3838
name: AppImage
3939
path: 'dist'
4040

4141
- name: Upload version file
42-
uses: actions/upload-artifact@v4.6.2
42+
uses: actions/upload-artifact@v5.0.0
4343
with:
4444
name: version
4545
path: ~/version

0 commit comments

Comments
 (0)