From e477b85f0ec0b9fdd405c577899b01ca61dc189e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:00:34 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .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 30879a5..a71ae44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: run: yarn build - name: Save artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: artifact-${{ github.run_id }} retention-days: 1 @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: artifact-${{ github.run_id }} @@ -61,7 +61,7 @@ jobs: - name: Update coverage if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: artifact-${{ github.run_id }} retention-days: 1 @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: artifact-${{ github.run_id }} @@ -113,7 +113,7 @@ jobs: persist-credentials: false - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: artifact-${{ github.run_id }}