]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): update actions/upload-artifact action to v4 (#10307)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sat, 10 Feb 2024 05:03:11 +0000 (13:03 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 05:03:11 +0000 (13:03 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/size-data.yml

index bb82aa18d58fea11aa9d480ce77aac5e0c1c36fe..42d4aa52f934e0dedd0537c0892c212edd328839 100644 (file)
@@ -36,7 +36,7 @@ jobs:
       - run: pnpm run size
 
       - name: Upload Size Data
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: size-data
           path: temp/size
@@ -45,7 +45,7 @@ jobs:
         if: ${{github.event_name == 'pull_request'}}
         run: echo ${{ github.event.number }} > ./pr.txt
 
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         if: ${{github.event_name == 'pull_request'}}
         with:
           name: pr-number