Skip to content

Commit 7127ebc

Browse files
ejguanfacebook-github-bot
authored andcommitted
Fix GHA deprecation warnings (#889)
Summary: Update gha package versions to prevent deprecation warnings in CI Pull Request resolved: #889 Reviewed By: VitalyFedyunin, NivekT, dahsh Differential Revision: D41126253 Pulled By: ejguan fbshipit-source-id: 3be71eccd13f7a467fcb44827895eb7a6b25b2e3
1 parent d5a5940 commit 7127ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_build_test_upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py --ignore=test/test_audio_examples.py
212212
- name: Upload Wheels to Github
213213
if: always()
214-
uses: actions/upload-artifact@v2
214+
uses: actions/upload-artifact@v3
215215
with:
216216
name: torchdata-artifact
217217
path: dist/torchdata*.whl
@@ -393,7 +393,7 @@ jobs:
393393
steps:
394394
- name: Download Artifacts from Github
395395
continue-on-error: true
396-
uses: actions/download-artifact@v2
396+
uses: actions/download-artifact@v3
397397
with:
398398
name: torchdata-artifact
399399
- name: Determine if Conda Uploading is needed
@@ -529,7 +529,7 @@ jobs:
529529
echo "value=$TARGET_FOLDER" >> $GITHUB_OUTPUT
530530
id: target_folder
531531
- name: Deploy
532-
uses: JamesIves/github-pages-deploy-action@v4.2.5
532+
uses: JamesIves/github-pages-deploy-action@v4.4.1
533533
with:
534534
token: ${{ secrets.GITHUB_TOKEN }}
535535
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)