From 2415c917385fe50ffa23ba50c134717e592ca194 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Tue, 28 Jan 2025 13:48:38 -0500 Subject: [PATCH] update GitHub Actions... more This is followup to #311 Per https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.0 `actions/upload-pages-artifact@3` requires `actions/deploy-pages@v4` --- .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 b57f7260..d5849065 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - main + - csb/deploy-redux permissions: contents: read @@ -62,4 +62,4 @@ jobs: path: "./build" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4