Skip to content

Commit 6b6a380

Browse files
ESS-3166 - GitHub download/upload-artifacts update from v3 to v4
1 parent 1de2ec2 commit 6b6a380

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
@@ -104,7 +104,7 @@ jobs:
104104
sphinx-build -b html ./docs ./build/html
105105
106106
- name: Stash build artifacts
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: build_artifacts
110110
path: |
@@ -125,7 +125,7 @@ jobs:
125125
run: Get-ChildItem . | Remove-Item -Recurse -Force
126126

127127
- name: Fetch build artifacts
128-
uses: actions/download-artifact@v3
128+
uses: actions/download-artifact@v4
129129
with:
130130
name: build_artifacts
131131

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

169169
- name: Fetch build artifacts
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4
171171
with:
172172
name: build_artifacts
173173

0 commit comments

Comments
 (0)