From 3c0585b1f104208e94810a41fa929a2fc8434887 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Tue, 11 Jul 2023 01:10:47 +0000 Subject: [PATCH] Upgrade actions/upload-pages-artifact v1.0.9 -> v2.0.0 See: - https://github.com/actions/upload-pages-artifact/releases/tag/v2.0.0 - https://github.com/actions/upload-pages-artifact/releases/tag/v1.0.10 --- .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 16d62b857d..108f66f9b1 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@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9 + uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2.0.0 with: path: ./website/_site deploy: