Skip to content

Commit dbb41fb

Browse files
authored
Merge pull request #5 from pkgforge-dev/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.6.2
2 parents b672e94 + 1341235 commit dbb41fb

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
@@ -27,13 +27,13 @@ jobs:
2727
mv *.AppBundle* dist/
2828
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v4.4.3
30+
uses: actions/upload-artifact@v4.6.2
3131
with:
3232
name: AppImage
3333
path: 'dist'
3434

3535
- name: Upload version file
36-
uses: actions/[email protected].1
36+
uses: actions/[email protected].2
3737
with:
3838
name: version
3939
path: ~/version

0 commit comments

Comments
 (0)