From 82453c0ec55a00323b914e0eac21888567f9db07 Mon Sep 17 00:00:00 2001 From: Roy Teeuwen Date: Wed, 10 Jul 2024 17:27:04 +0200 Subject: [PATCH] Update to latest upload and deploy pages actions --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 046c0c8..46c42e7 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -68,7 +68,7 @@ jobs: . - name: Upload artifact - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v4 with: name: github-pages path: ${{ runner.temp }}/artifact.tar @@ -76,4 +76,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4