From 699cbc5436e6ae9eb6c028f2fe32494d58197d52 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 11 Dec 2024 10:44:21 -0500 Subject: [PATCH] Use latest deploy-pages Related: * https://github.com/actions/upload-artifact/blob/184d73b71b93c222403b2e7f1ffebe4508014249/README.md#L4 * https://github.com/actions/download-artifact/blob/d0ce8fd1167ed839810201de977912a090ab10a7/README.md#L4 --- .github/workflows/build-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index f88b71ef9..ad1ac27f3 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -120,4 +120,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4