From 7c29d833c05934aba47efe77a03bf1a2122a9e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:02:46 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 560b8b6..4aa2f82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: run: yarn build - name: Save target (artifact) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: target retention-days: 1 @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Restore target - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target - uses: actions/setup-node@v4 @@ -85,7 +85,7 @@ jobs: - name: Push coverage if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: target retention-days: 1 @@ -105,7 +105,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Restore target - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target - uses: actions/setup-node@v4 @@ -134,7 +134,7 @@ jobs: with: persist-credentials: false - name: Restore target - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target - uses: actions/setup-node@v4