Skip to content

Commit d437276

Browse files
authored
Update documentation.yml
update actions/upload-artifact version v2 to v4
1 parent 31f5258 commit d437276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: python -m sphinx -b html doc ./doc_build -d ./doc_build
4747

4848
- name: Upload build artifacts # upload artifacts so reviewers can have a quick look without building documentation from the branch locally
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
if: success() && github.event_name == 'pull_request' # only for pushes in PR
5151
with:
5252
name: site-build

0 commit comments

Comments
 (0)