File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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@v$
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