File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 name : Build dist
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
@@ -36,13 +36,13 @@ jobs:
3636 attestations : write
3737
3838 steps :
39- - uses : actions/download-artifact@v4
39+ - uses : actions/download-artifact@v5
4040 with :
4141 name : Packages
4242 path : dist
4343
4444 - name : Generate artifact attestation for sdist and wheel
45- uses : actions/attest-build-provenance@v1
45+ uses : actions/attest-build-provenance@v3
4646 with :
4747 subject-path : " dist/*"
4848
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 name : Build docs
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.x"
3030
4545 done
4646
4747 - name : Upload artifact
48- uses : actions/upload-pages-artifact@v3
48+ uses : actions/upload-pages-artifact@v4
4949 with :
5050 path : " docs/_build/html"
5151
You can’t perform that action at this time.
0 commit comments