Skip to content

Commit da854f3

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 1b4076b commit da854f3

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
@@ -30,13 +30,13 @@ jobs:
3030
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
3131
3232
- name: Upload artifact
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
name: AppImage
3636
path: 'dist'
3737

3838
- name: Upload version file
39-
uses: actions/[email protected].1
39+
uses: actions/[email protected].2
4040
with:
4141
name: version
4242
path: ~/version

0 commit comments

Comments
 (0)