Skip to content

Commit ac583b5

Browse files
Update actions/upload-artifact action to v4.6.1 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ddc771 commit ac583b5

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/upload-artifact@v4.4.3
33+
uses: actions/upload-artifact@v4.6.1
3434
with:
3535
name: AppImage
3636
path: 'dist'
3737

3838
- name: Upload version file
39-
uses: actions/upload-artifact@v4.4.3
39+
uses: actions/upload-artifact@v4.6.1
4040
with:
4141
name: version
4242
path: ~/version

0 commit comments

Comments
 (0)