From cf2a026ef81d646a11b9a99a218c36dfadb69380 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:25:27 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (2.x) (#24762) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe --- .github/workflows/test.yml | 8 ++++---- .github/workflows/windows.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55dae66b9b..72c3735314 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -212,7 +212,7 @@ jobs: run: yarn test:fixtures -i - name: Save fixtures - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: fixtures-${{ matrix.os }}-node-v18 path: test/fixtures @@ -244,7 +244,7 @@ jobs: key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }} - name: restore fixtures - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 with: name: fixtures-${{ matrix.os }}-node-v18 path: test/fixtures @@ -280,7 +280,7 @@ jobs: key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }} - name: restore fixtures - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 with: name: fixtures-${{ matrix.os }}-node-v18 path: test/fixtures @@ -316,7 +316,7 @@ jobs: key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }} - name: restore fixtures - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 with: name: fixtures-${{ matrix.os }}-node-v18 path: test/fixtures diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1260d62d66..2d8c3a523c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -112,7 +112,7 @@ jobs: run: yarn test:fixtures - name: Save fixtures - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: fixtures-${{ matrix.os }}-node-v18 path: test/fixtures @@ -147,7 +147,7 @@ jobs: key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }} - name: restore fixtures - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 with: name: fixtures-${{ matrix.os }}-node-v18 path: test/fixtures