Skip to content

Commit a3103f3

Browse files
authored
Merge pull request #24 from pkgforge-dev/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.6.2
2 parents e17c6c1 + 36521c3 commit a3103f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mv *.AppImage* dist/
5555
5656
- name: Upload artifact
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
name: citron-${{ matrix.optimized && 'optimized' || 'normal' }}-appimage-${{ matrix.arch }}
6060
path: "dist"
@@ -66,7 +66,7 @@ jobs:
6666
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
6767
6868
- name: Upload version file
69-
uses: actions/[email protected].1
69+
uses: actions/[email protected].2
7070
with:
7171
name: version
7272
path: ~/version

.github/workflows/build-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mv *.AppImage* dist/
5555
5656
- name: Upload artifact
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
name: citron-${{ matrix.optimized && 'optimized' || 'normal' }}-appimage-${{ matrix.arch }}
6060
path: "dist"
@@ -66,7 +66,7 @@ jobs:
6666
echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}"
6767
6868
- name: Upload version file
69-
uses: actions/[email protected].1
69+
uses: actions/[email protected].2
7070
with:
7171
name: version
7272
path: ~/version

0 commit comments

Comments
 (0)