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 60
60
args : --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
61
61
62
62
- name : Upload wheels
63
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
63
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
64
64
with :
65
65
name : wheels-linux-${{ matrix.platform }}
66
66
path : dist
94
94
args : --release -o dist
95
95
96
96
- name : Upload wheels
97
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
97
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
98
98
with :
99
99
name : wheels-windows-${{ matrix.python-version }}-${{ matrix.target }}
100
100
path : dist
@@ -130,7 +130,7 @@ jobs:
130
130
args : --release -o dist
131
131
132
132
- name : Upload wheels
133
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
133
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
134
134
with :
135
135
name : wheels-macos-${{ matrix.python-version }}-${{ matrix.target }}
136
136
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
59
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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