Skip to content

Commit 933ea11

Browse files
committed
[torchrec] Update GH action
- Update GH action to unblock docs jobs
1 parent 96abf2a commit 933ea11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check ldd --version
2424
run: ldd --version
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
# Update references
2828
- name: Update pip
2929
run: |
@@ -83,7 +83,7 @@ jobs:
8383
conda run -n build_binary make html
8484
cd ..
8585
- name: Upload Built-Docs
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: Built-Docs
8989
path: docs/build/html/
@@ -103,9 +103,9 @@ jobs:
103103
if: ${{ github.event_name == 'pull_request' }}
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v3
106+
uses: actions/checkout@v4
107107
- name: Download artifact
108-
uses: actions/download-artifact@v3
108+
uses: actions/download-artifact@v4
109109
with:
110110
name: Built-Docs
111111
path: docs

0 commit comments

Comments
 (0)