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 3333 nox -s build
3434 nox -s build_global
3535
36- - uses : actions/upload-artifact@v6
36+ - uses : actions/upload-artifact@v7
3737 with :
3838 name : Packages
3939 path : dist/*
4444 needs : [build_wheel]
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/download-artifact@v7
47+ - uses : actions/download-artifact@v8
4848 with :
4949 name : Packages
5050 path : dist
Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 run : twine check dist/*
7373
7474 - name : Save standard package
75- uses : actions/upload-artifact@v6
75+ uses : actions/upload-artifact@v7
7676 with :
7777 name : standard
7878 path : dist/pybind11-*
7979
8080 - name : Save global package
81- uses : actions/upload-artifact@v6
81+ uses : actions/upload-artifact@v7
8282 with :
8383 name : global
8484 path : dist/*global-*
@@ -100,10 +100,10 @@ jobs:
100100
101101 steps :
102102 # Downloads all to directories matching the artifact names
103- - uses : actions/download-artifact@v7
103+ - uses : actions/download-artifact@v8
104104
105105 - name : Generate artifact attestation for sdist and wheel
106- uses : actions/attest-build-provenance@v3
106+ uses : actions/attest-build-provenance@v4
107107 with :
108108 subject-path : " */pybind11*"
109109
You can’t perform that action at this time.
0 commit comments