Skip to content

Commit

Permalink
ESS-3166 - GitHub download/upload-artifacts update from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-juras-4ss authored Jan 8, 2025
1 parent c3d42e0 commit e2b73e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e2b73e7

Please sign in to comment.