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 2626 args : --release --out dist
2727 manylinux : auto
2828 - name : Upload wheels
29- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
29+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3030 with :
3131 name : wheels-linux-${{ matrix.target }}
3232 path : dist
4747 target : ${{ matrix.target }}
4848 args : --release --out dist
4949 - name : Upload wheels
50- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
50+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5151 with :
5252 name : wheels-windows-${{ matrix.target }}
5353 path : dist
6868 target : ${{ matrix.target }}
6969 args : --release --out dist
7070 - name : Upload wheels
71- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
71+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7272 with :
7373 name : wheels-macos-${{ matrix.target }}
7474 path : dist
8686 command : sdist
8787 args : --out dist
8888 - name : Upload sdist
89- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
89+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9090 with :
9191 name : wheels-sdist
9292 path : dist
@@ -105,7 +105,7 @@ jobs:
105105 # Used to generate artifact attestation
106106 attestations : write
107107 steps :
108- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
108+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
109109
110110 - name : Generate artifact attestation
111111 uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
Original file line number Diff line number Diff line change 6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
66+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6767 with :
6868 name : SARIF file
6969 path : results.sarif
You can’t perform that action at this time.
0 commit comments