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

index 78ae44bb7ea11bc8307e515d6259fb0ed3ac6412..b6f1f4728ba6c68bc8adf2e038442eff3ef30cf6 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         run: pnpm install
 
       - name: Download PR number
-        uses: dawidd6/action-download-artifact@v2
+        uses: dawidd6/action-download-artifact@v3
         with:
           name: pr-number
           run_id: ${{ github.event.workflow_run.id }}
@@ -48,14 +48,14 @@ jobs:
           path: ./pr.txt
 
       - name: Download Size Data
-        uses: dawidd6/action-download-artifact@v2
+        uses: dawidd6/action-download-artifact@v3
         with:
           name: size-data
           run_id: ${{ github.event.workflow_run.id }}
           path: temp/size
 
       - name: Download Previous Size Data
-        uses: dawidd6/action-download-artifact@v2
+        uses: dawidd6/action-download-artifact@v3
         with:
           branch: main
           workflow: size-data.yml