Skip to content

Commit 7a5c2e2

Browse files
authored
Update autobuild.yml
1 parent 7e03a52 commit 7a5c2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
wget https://mega.nz/linux/repo/xUbuntu_20.04/amd64/megacmd-xUbuntu_20.04_amd64.deb && sudo apt install "$PWD/megacmd-xUbuntu_20.04_amd64.deb"
8181
8282
- name: Checkout Repository
83-
uses: actions/checkout@v2
83+
uses: actions/checkout@v4
8484
with:
8585
ref: s905x4
8686

@@ -119,7 +119,7 @@ jobs:
119119
cp -rf ./out/${{ inputs.devices }}/* ./artifact/
120120
121121
- name: Delivering Package
122-
uses: actions/upload-artifact@v2
122+
uses: actions/upload-artifact@v4
123123
with:
124124
name: openwrt_package
125125
path: ./artifact/*

0 commit comments

Comments
 (0)