Skip to content

Commit 2af6138

Browse files
Update actions/upload-artifact action to v6
1 parent ff947ea commit 2af6138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
3030
3131
- name: Upload artifact
32-
uses: actions/upload-artifact@v4.6.2
32+
uses: actions/upload-artifact@v6.0.0
3333
with:
3434
name: AppImage
3535
path: 'dist'
3636

3737
- name: Upload version file
38-
uses: actions/upload-artifact@v4.6.2
38+
uses: actions/upload-artifact@v6.0.0
3939
with:
4040
name: version
4141
path: ~/version

0 commit comments

Comments
 (0)