File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 command : build
2525 args : --features python --release --sdist -o dist
2626 - name : Upload wheels
27- uses : actions/upload-artifact@v6
27+ uses : actions/upload-artifact@v7
2828 with :
2929 name : wheels-linux
3030 path : dist
4343 command : build
4444 args : --features python --release -o dist
4545 - name : Upload wheels
46- uses : actions/upload-artifact@v6
46+ uses : actions/upload-artifact@v7
4747 with :
4848 name : wheels-windows
4949 path : dist
6262 command : build
6363 args : --features python --release -o dist
6464 - name : Upload wheels
65- uses : actions/upload-artifact@v6
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : wheels-macos
6868 path : dist
8383 # Used to generate artifact attestation
8484 attestations : write
8585 steps :
86- - uses : actions/download-artifact@v7
86+ - uses : actions/download-artifact@v8
8787
8888 - name : Generate artifact attestation
8989 uses : actions/attest-build-provenance@v4
You can’t perform that action at this time.
0 commit comments