From db77886c7cac061c9fbda2bb51e3370afd70bbdc Mon Sep 17 00:00:00 2001 From: Skyler Slade Date: Tue, 4 Feb 2025 15:37:38 +0000 Subject: [PATCH] Upgrade upload-pages-artifact to v3 upload-pages-artifact v1 uses a version of upload-artifact which is no longer supported. Attempt to bump to the latest. Unfortunately the stage deploy doesn't use this action/lib, so this cannot be tested there first. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd6f57da..38e73646 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -74,7 +74,7 @@ jobs: run: echo ${{ inputs.ref }} > ./_site/ref.txt; grep .*[^\s\n\r].* ./_site/ref.txt || echo $GITHUB_REF > ./_site/ref.txt - name: Store newly built files as artifact of workflow run - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 deploy: runs-on: ubuntu-22.04