From 6e9bdbd978a1eeb64afea66b9f2b5307d9a66fd7 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 2 Jan 2024 10:24:01 +0000 Subject: [PATCH] Update workflow dependencies --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86e63544..207212c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Build with Eleventy run: npm run-script build - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 deploy: environment: @@ -45,4 +45,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4