From cc9fd517d3c8f4e6f3795351e37a4cce4d57d9ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:21:39 +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 6cff18c..dfb9f28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,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 }} @@ -76,7 +76,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 }} @@ -106,7 +106,7 @@ jobs: persist-credentials: false - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }}