From 55294056fc30980d4c9934f3c52972eff057d20b Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 19 Apr 2025 21:40:04 +0100 Subject: [PATCH] update GitHub Actions to use latest versions of upload-pages-artifact and deploy-pages --- .github/workflows/docs-and-testcov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-and-testcov.yml b/.github/workflows/docs-and-testcov.yml index 414db70..ee2518f 100644 --- a/.github/workflows/docs-and-testcov.yml +++ b/.github/workflows/docs-and-testcov.yml @@ -43,7 +43,7 @@ jobs: - name: Upload Pages artifact # if: github.event_name == 'push' - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: | testcov @@ -51,4 +51,4 @@ jobs: - name: Deploy to GitHub Pages # if: github.event_name == 'push' - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4