From e2b73e738cba6b2f4be2e81c701251a99f69ee7a Mon Sep 17 00:00:00 2001 From: grzegorz-juras-4ss <64784068+grzegorz-juras-4ss@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:26:46 +0100 Subject: [PATCH] ESS-3166 - GitHub download/upload-artifacts update from v3 to v4 --- .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 42ae4230..d32aabd1 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