Skip to content

Commit f545c2d

Browse files
ESS-3166 - GitHub download/upload-artifacts update from v3 to v4
1 parent 151e12a commit f545c2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy_public.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
sphinx-build -b html ./docs ./build/html
106106
107107
- name: Stash build artifacts
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: build_artifacts
111111
path: |
@@ -126,7 +126,7 @@ jobs:
126126
run: Get-ChildItem . | Remove-Item -Recurse -Force
127127

128128
- name: Fetch build artifacts
129-
uses: actions/download-artifact@v3
129+
uses: actions/download-artifact@v4
130130
with:
131131
name: build_artifacts
132132

@@ -168,7 +168,7 @@ jobs:
168168
run: Get-ChildItem . | Remove-Item -Recurse -Force
169169

170170
- name: Fetch build artifacts
171-
uses: actions/download-artifact@v3
171+
uses: actions/download-artifact@v4
172172
with:
173173
name: build_artifacts
174174

0 commit comments

Comments
 (0)