From 66643936b738c63dd057856157578a88928e4917 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:46:08 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30879a5..7897d2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }} @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 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@v4 with: name: artifact-${{ github.run_id }}