File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-python@v4
11
11
- run : pip install sphinx
12
12
- run : sphinx-build docs _build
13
- - uses : actions/upload-artifact@v3
13
+ - uses : actions/upload-artifact@v4
14
14
with :
15
15
name : docs-artifact
16
16
path : _build
34
34
node-version : ' 16'
35
35
- run : npm install
36
36
- run : npm run build
37
- - uses : actions/upload-artifact@v3
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : ${{ matrix.name }}
40
40
path : dist
@@ -50,15 +50,15 @@ jobs:
50
50
name : github-pages
51
51
url : ${{steps.deployment.outputs.page_url}}
52
52
steps :
53
- - uses : actions/download-artifact@v3
53
+ - uses : actions/download-artifact@v4
54
54
with :
55
55
name : app-testing
56
56
path : testing
57
- - uses : actions/download-artifact@v3
57
+ - uses : actions/download-artifact@v4
58
58
with :
59
59
name : app-stable
60
60
path : stable
61
- - uses : actions/download-artifact@v3
61
+ - uses : actions/download-artifact@v4
62
62
with :
63
63
name : docs-artifact
64
64
path : .
You can’t perform that action at this time.
0 commit comments