Skip to content

Commit e6dcf4f

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 47c9ca7 commit e6dcf4f

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.4.3
36+
uses: actions/upload-artifact@v4.6.2
3737
with:
3838
name: AppImage
3939
path: 'dist'
4040

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

0 commit comments

Comments
 (0)