Skip to content

Commit 89d289c

Browse files
authored
Merge pull request #12 from pkgforge-dev/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.6.2
2 parents f4cd75f + 3c47135 commit 89d289c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
4444
4545
- name: Upload artifact
46-
uses: actions/upload-artifact@v4.5.0
46+
uses: actions/upload-artifact@v4.6.2
4747
with:
4848
name: AppImage-${{ matrix.arch }}
4949
path: 'dist'
5050

5151
- name: Upload version file
52-
uses: actions/upload-artifact@v4.5.0
52+
uses: actions/upload-artifact@v4.6.2
5353
with:
5454
name: version
5555
path: ~/version

0 commit comments

Comments
 (0)