File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
steps :
104
104
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105
105
- name : Download distributions
106
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
106
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
107
107
with :
108
108
pattern : dist*
109
109
merge-multiple : true
@@ -142,7 +142,7 @@ jobs:
142
142
steps :
143
143
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
144
144
- name : Download distributions
145
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
145
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
146
146
with :
147
147
pattern : dist*
148
148
merge-multiple : true
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
run : " python -m pip install --upgrade coverage"
200
200
201
201
- name : " Download artifact"
202
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
202
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
203
203
with :
204
204
pattern : coverage-data*
205
205
merge-multiple : true
You can’t perform that action at this time.
0 commit comments