Skip to content

Commit 18c568d

Browse files
committed
[ci] Upgrade upload-preview job github actions versions
1 parent 0091c59 commit 18c568d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-latest-preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Update Tag
3131
run: |
3232
git config user.name "GitHub Actions Bot"
3333
git config user.email "<>"
3434
git tag -f latest-preview ${{ github.sha }}
3535
git push -f origin latest-preview
3636
- name: Download Artifacts
37-
uses: actions/download-artifact@v3
37+
uses: actions/download-artifact@v4
3838
- name: Rename APK Files
3939
run: |
4040
mv -f minibrowser-Debug/debug/minibrowser-debug.apk minibrowser-latest.apk
4141
mv -f mediaplayer-Debug/debug/mediaplayer-debug.apk mediaplayer-latest.apk
4242
mv -f webdriver-Debug/debug/webdriver-debug.apk webdriver-latest.apk
4343
- name: Delete Artifacts
44-
uses: geekyeggo/delete-artifact@v2
44+
uses: geekyeggo/delete-artifact@v5
4545
with:
4646
name: |
4747
minibrowser-Debug
4848
mediaplayer-Debug
4949
webdriver-Debug
5050
- name: Upload Latest Preview Files
51-
uses: softprops/action-gh-release@v1
51+
uses: softprops/action-gh-release@v2
5252
with:
5353
name: "Latest Preview"
5454
tag_name: latest-preview

0 commit comments

Comments
 (0)