From e5793c5084b4d766f0ca634df0f721b1f4fc7b0c Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Mon, 19 Jun 2023 08:18:32 +0000 Subject: [PATCH] Upgrade actions/upload-pages-artifact v1.0.5 -> v1.0.9 See: - https://github.com/actions/upload-pages-artifact/releases/tag/v1.0.9 - https://github.com/actions/upload-pages-artifact/releases/tag/v1.0.8 - https://github.com/actions/upload-pages-artifact/releases/tag/v1.0.7 - https://github.com/actions/upload-pages-artifact/releases/tag/v1.0.6 --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 5f953370f2..5f91feb33f 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -32,7 +32,7 @@ jobs: # "Refaster rules" terminology on our website and in the code. run: bundle exec htmlproofer --disable_external true --check-external-hash false ./_site - name: Upload website as artifact - uses: actions/upload-pages-artifact@v1.0.5 + uses: actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9 with: path: ./website/_site deploy: