File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
python-version : ['3.11']
29
29
steps :
30
30
- name : Check out repo
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
- name : Setup conda env
33
33
uses : conda-incubator/setup-miniconda@v2
34
34
with :
50
50
run : |
51
51
cd docs
52
52
make html
53
- - uses : actions/upload-artifact@v3
53
+ - uses : actions/upload-artifact@v4
54
54
with :
55
55
name : Built-Docs
56
56
path : docs/build/html/
61
61
if : ${{ github.repository_owner == 'pytorch' && github.event_name == 'pull_request' }}
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
- name : Download artifact
66
- uses : actions/download-artifact@v3
66
+ uses : actions/download-artifact@v4
67
67
with :
68
68
name : Built-Docs
69
69
path : docs
@@ -87,12 +87,12 @@ jobs:
87
87
environment : ${{ (github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v')) && 'docs-push' || '' }}
88
88
steps :
89
89
- name : Checkout
90
- uses : actions/checkout@v3
90
+ uses : actions/checkout@v4
91
91
with :
92
92
ref : gh-pages
93
93
persist-credentials : false
94
94
- name : Download artifact
95
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
96
96
with :
97
97
name : Built-Docs
98
98
path : docs
You can’t perform that action at this time.
0 commit comments