From 2341df7c06f820afe55fd05af121b86b54dd9c31 Mon Sep 17 00:00:00 2001 From: Grzegorz Juras Date: Wed, 8 Jan 2025 10:56:45 +0100 Subject: [PATCH] download and upload artifact version update --- .github/workflows/deploy_public.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_public.yml b/.github/workflows/deploy_public.yml index 87ca4d0..31a82e7 100644 --- a/.github/workflows/deploy_public.yml +++ b/.github/workflows/deploy_public.yml @@ -104,7 +104,7 @@ jobs: sphinx-build -b html ./docs ./build/html - name: Stash build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build_artifacts path: | @@ -125,7 +125,7 @@ jobs: run: Get-ChildItem . | Remove-Item -Recurse -Force - name: Fetch build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build_artifacts @@ -167,7 +167,7 @@ jobs: run: Get-ChildItem . | Remove-Item -Recurse -Force - name: Fetch build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build_artifacts