Explorar o código

chore(deps): update actions/upload-artifact action to v4 (#10307)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] %!s(int64=2) %!d(string=hai) anos
pai
achega
3f92126a26
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/size-data.yml

+ 2 - 2
.github/workflows/size-data.yml

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