Skip to content

Commit f99ae11

Browse files
author
Joe Cummings
committed
I think I got them all
1 parent bd354bb commit f99ae11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_docs.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
if: ${{ github.repository_owner == 'pytorch' && github.event_name == 'pull_request' }}
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v$
6565
- name: Download artifact
66-
uses: actions/download-artifact@v3
66+
uses: actions/download-artifact@v4
6767
with:
6868
name: Built-Docs
6969
path: docs
@@ -87,12 +87,12 @@ jobs:
8787
environment: ${{ (github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v')) && 'docs-push' || '' }}
8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@v3
90+
uses: actions/checkout@v4
9191
with:
9292
ref: gh-pages
9393
persist-credentials: false
9494
- name: Download artifact
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: Built-Docs
9898
path: docs

0 commit comments

Comments
 (0)