File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 mkdocs build -f docs/en/mkdocs.yml
1818 mkdocs build -f docs/zh/mkdocs.yml
1919 cp docs/index.html site/
20- - uses : actions/upload-pages-artifact@v2
20+ - uses : actions/upload-pages-artifact@v3
2121 with :
2222 path : site/
23- - uses : actions/deploy-pages@v2
23+ - uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 # Install the cosign tool except on PR
4141 # https://github.com/sigstore/cosign-installer
Original file line number Diff line number Diff line change 2525 - name : Build a binary wheel and a source tarball
2626 run : python3 -m build
2727 - name : Store the distribution packages
28- uses : actions/upload-artifact@v3
28+ uses : actions/upload-artifact@v4
2929 with :
3030 name : python-package-distributions
3131 path : dist/
4646
4747 steps :
4848 - name : Download all the dists
49- uses : actions/download-artifact@v3
49+ uses : actions/download-artifact@v4
5050 with :
5151 name : python-package-distributions
5252 path : dist/
7070
7171 steps :
7272 - name : Download all the dists
73- uses : actions/download-artifact@v3
73+ uses : actions/download-artifact@v4
7474 with :
7575 name : python-package-distributions
7676 path : dist/
You can’t perform that action at this time.
0 commit comments