From 1cf45afe8b430e25e30901d4bda3da383d7237cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:57:29 +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 9432a5f..759cd52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: run: yarn build - name: Save artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifact-${{ github.run_id }} retention-days: 1 @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }} @@ -67,7 +67,7 @@ jobs: - name: Update coverage if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifact-${{ github.run_id }} retention-days: 1 @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }} @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }}