File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 cd docs
1717 make html
1818 - name : Upload Artifact
19- uses : actions/upload-artifact@v6
19+ uses : actions/upload-artifact@v7
2020 with :
2121 name : docs-build
2222 path : docs/_build/html
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v6
1515 - name : Download Artifact
16- uses : dawidd6/action-download-artifact@v15
16+ uses : dawidd6/action-download-artifact@v16
1717 with :
1818 workflow : docs-build.yml
1919 name : docs-build
Original file line number Diff line number Diff line change 6262 run : python -m zipfile --list dist/array_api_strict-*.whl
6363
6464 - name : Upload distribution artifact
65- uses : actions/upload-artifact@v6
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : dist-artifact
6868 path : dist
8383
8484 steps :
8585 - name : Download distribution artifact
86- uses : actions/download-artifact@v7
86+ uses : actions/download-artifact@v8
8787 with :
8888 name : dist-artifact
8989 path : dist
You can’t perform that action at this time.
0 commit comments