From dfbe4305838de21f767974417f54c01c5edb6f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:24:10 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/deploy-gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 680f6d6..3651a89 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -41,7 +41,7 @@ jobs: contents: write steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-output path: build/ @@ -65,7 +65,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-output path: build/