Skip to content

Commit d6aeb44

Browse files
committed
chore(ci): upgrade GitHub Actions artifact download/update to v4
1 parent 5911aab commit d6aeb44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "short_sha=${GITHUB_SHA::7}" >> $GITHUB_OUTPUT
6060
6161
- name: Upload artifact
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: release-apk
6565
path: flixclusive-release.apk
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Download artifact
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: release-apk
8282

@@ -204,7 +204,7 @@ jobs:
204204
path: "apk-archive"
205205

206206
- name: Download artifact
207-
uses: actions/download-artifact@v3
207+
uses: actions/download-artifact@v4
208208
with:
209209
name: release-apk
210210

0 commit comments

Comments
 (0)