File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
args : --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
55
55
56
56
- name : Upload wheels
57
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
57
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # 4.3.2
58
58
with :
59
59
name : wheels-${{ matrix.platform }}
60
60
path : dist
86
86
args : --release -o dist
87
87
88
88
- name : Upload wheels
89
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
89
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # 4.3.2
90
90
with :
91
91
name : wheels-${{ matrix.target }}
92
92
path : dist
Original file line number Diff line number Diff line change 56
56
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
57
57
# format to the repository Actions tab.
58
58
- name : " Upload artifact"
59
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
59
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
60
60
with :
61
61
name : SARIF file
62
62
path : results.sarif
You can’t perform that action at this time.
0 commit comments