From 703fa7c22a9a074d91d10a97297fc5072c0dbcbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 08:51:06 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/deploy-gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 680f6d6..019dfaa 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: npm run build - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-output path: build/ @@ -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/