Browse Source

CI: update dependencies

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 9 tháng trước cách đây
mục cha
commit
49d55d97f6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/build-ipk.yml

+ 2 - 2
.github/workflows/build-ipk.yml

@@ -33,7 +33,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout source tree
       - name: Checkout source tree
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: Build ipk file
       - name: Build ipk file
         env:
         env:
@@ -45,7 +45,7 @@ jobs:
           popd
           popd
 
 
       - name: Publishing to GitHub Artifacts
       - name: Publishing to GitHub Artifacts
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: github.event_name != 'release'
         if: github.event_name != 'release'
         with:
         with:
           name: ${{ env.ASSET_NAME }}
           name: ${{ env.ASSET_NAME }}