فهرست منبع

Update actions/upload-artifact action to v4 (#27391)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 سال پیش
والد
کامیت
a18cc7add0
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/read-size.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -89,7 +89,7 @@ jobs:
       - name: === E2E testing ===
       - name: === E2E testing ===
         run: npm run test-e2e
         run: npm run test-e2e
       - name: Upload output screenshots
       - name: Upload output screenshots
-        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
+        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
         if: always()
         if: always()
         with:
         with:
           name: Output screenshots
           name: Output screenshots

+ 1 - 1
.github/workflows/read-size.yml

@@ -46,7 +46,7 @@ jobs:
           # write the output in a json file to upload it as artifact
           # write the output in a json file to upload it as artifact
           node -pe "JSON.stringify({ filesize: $FILESIZE, gzip: $FILESIZE_GZIP, treeshaken: $TREESHAKEN, treeshakenGzip: $TREESHAKEN_GZIP, pr: $PR })" > sizes.json
           node -pe "JSON.stringify({ filesize: $FILESIZE, gzip: $FILESIZE_GZIP, treeshaken: $TREESHAKEN, treeshakenGzip: $TREESHAKEN_GZIP, pr: $PR })" > sizes.json
       - name: Upload artifact
       - name: Upload artifact
-        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
+        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
         with:
         with:
           name: sizes
           name: sizes
           path: sizes.json
           path: sizes.json