Skip to content

Commit 5659d58

Browse files
committed
ci(workflow): update actions to v4
1 parent 10333b3 commit 5659d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd $GITHUB_WORKSPACE && cat $GITHUB_ENV >> prepare_ENV
3535
3636
- name: 将存储库签出到运行器
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
path: ${{ env.OPENWRT_ROOT_PATH }}/package/${{ env.PACKAGE_NAME }}-clone
4040

@@ -72,7 +72,7 @@ jobs:
7272
cp -rf $(find ./bin/packages/ -type f -name "${{ env.PACKAGE_NAME }}*.ipk" -o -name "${{ env.PACKAGE_I18N_NAME }}*.ipk") ./artifact || cp -rf $(find ./bin/targets/ -type f -name "*.ipk") ./artifact || cp -rf $(find ./bin/packages/ -type f -name "*.ipk") ./artifact || exit 0
7373
7474
- name: 上传build artifacts
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: ${{ env.PACKAGE_NAME }}
7878
path: ${{ env.OPENWRT_ROOT_PATH }}/artifact/*

0 commit comments

Comments
 (0)