File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
PATH=/home/runner/.local/bin:$PATH pip3 install -r requirements.txt --prefer-binary
39
39
PATH=/home/runner/.local/bin:$PATH SPHINXOPTS="-W" build-docs -l en
40
40
- name : Archive Docs
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : docs
44
44
path : docs
Original file line number Diff line number Diff line change 75
75
- --warnings="all"
76
76
77
77
- name : Upload artifact
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
with :
80
80
name : ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
81
81
path : ${{ env.SKETCHES_REPORTS_PATH }}
@@ -129,7 +129,7 @@ jobs:
129
129
runs-on : ubuntu-latest
130
130
steps :
131
131
- name : Upload
132
- uses : actions/upload-artifact@v2
132
+ uses : actions/upload-artifact@v4
133
133
with :
134
134
name : Event File
135
- path : ${{github.event_path}}
135
+ path : ${{github.event_path}}
You can’t perform that action at this time.
0 commit comments