Skip to content

Commit 718e74f

Browse files
Update actions/upload-artifact action to v4.5.0 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79fe814 commit 718e74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
3838
3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v4.4.3
40+
uses: actions/upload-artifact@v4.5.0
4141
with:
4242
name: AppImage
4343
path: 'dist'
4444

4545
- name: Upload version file
46-
uses: actions/upload-artifact@v4.4.3
46+
uses: actions/upload-artifact@v4.5.0
4747
with:
4848
name: version
4949
path: ~/version

0 commit comments

Comments
 (0)