File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211
211
pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py --ignore=test/test_audio_examples.py
212
212
- name : Upload Wheels to Github
213
213
if : always()
214
- uses : actions/upload-artifact@v2
214
+ uses : actions/upload-artifact@v3
215
215
with :
216
216
name : torchdata-artifact
217
217
path : dist/torchdata*.whl
@@ -393,7 +393,7 @@ jobs:
393
393
steps :
394
394
- name : Download Artifacts from Github
395
395
continue-on-error : true
396
- uses : actions/download-artifact@v2
396
+ uses : actions/download-artifact@v3
397
397
with :
398
398
name : torchdata-artifact
399
399
- name : Determine if Conda Uploading is needed
@@ -529,7 +529,7 @@ jobs:
529
529
echo "value=$TARGET_FOLDER" >> $GITHUB_OUTPUT
530
530
id : target_folder
531
531
- name : Deploy
532
- uses : JamesIves/github-pages-deploy-action@v4.2.5
532
+ uses : JamesIves/github-pages-deploy-action@v4.4.1
533
533
with :
534
534
token : ${{ secrets.GITHUB_TOKEN }}
535
535
branch : gh-pages # The branch the action should deploy to.
You can’t perform that action at this time.
0 commit comments