File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2 .0
57
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3 .0
58
58
with :
59
59
name : wheels
60
60
path : dist
84
84
args : --release -o dist
85
85
86
86
- name : Upload wheels
87
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2 .0
87
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3 .0
88
88
with :
89
89
name : wheels
90
90
path : dist
@@ -116,7 +116,7 @@ jobs:
116
116
args : --release -o dist
117
117
118
118
- name : Upload wheels
119
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2 .0
119
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3 .0
120
120
with :
121
121
name : wheels
122
122
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
59
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
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