Browse Source

CI: update dependencies

Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 49d55d97f67dac535598c21715d7aa4169bc13c7)
Tianling Shen 9 months ago
parent
commit
7a6acb7dd3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build-ipk.yml

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

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