From 1fa1da0392aed5273ea184c6bc2340c22e875adb Mon Sep 17 00:00:00 2001 From: James W <26191568+jgwoolley@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:54:11 -0500 Subject: [PATCH] Updated to new version of github artifacts --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 97976ed..3791d02 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -54,10 +54,10 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: # Upload public repository path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file