Browse Source

chore(ci): upgrade actions/download-artifact

0xJacky 1 year ago
parent
commit
33b9c1a4f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build.yml

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

@@ -174,7 +174,7 @@ jobs:
                     echo "LD_FLAGS=-w" >> $GITHUB_ENV
 
             -   name: Download app artifacts
-                uses: actions/download-artifact@v3
+                uses: actions/download-artifact@v4
                 with:
                     name: app-dist
                     path: app/dist
@@ -220,7 +220,7 @@ jobs:
                 run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
 
             -   name: Download artifacts
-                uses: actions/download-artifact@v3
+                uses: actions/download-artifact@v4
                 with:
                     path: ./dist