Commit 547ce9f 1 parent c6b911b commit 547ce9f Copy full SHA for 547ce9f
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
- name : Download Reference Exec Summary
38
38
if : github.ref != 'refs/heads/main'
39
39
continue-on-error : true
40
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
40
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
41
41
with :
42
42
name : reference_exec_summary
43
43
49
49
50
50
- name : Upload Reference Summary iff on main branch
51
51
if : github.ref == 'refs/heads/main'
52
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
52
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
53
53
with :
54
54
name : reference_exec_summary
55
55
path : conformance/TEMP_DATA/testReports/exec_summary.json
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
cp target/x86_64-pc-windows-msvc/release/icu4x-datagen.exe bin/windows_x64-datagen.exe
153
153
154
154
- name : Upload artifacts
155
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
155
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
156
156
with :
157
157
name : dart-${{matrix.os}}-${{ matrix.compiletype }}-libs
158
158
path : submodules/icu4x/bin
@@ -170,7 +170,7 @@ jobs:
170
170
submodules : true
171
171
172
172
- name : Download binaries
173
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
173
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
174
174
with :
175
175
merge-multiple : true
176
176
@@ -194,7 +194,7 @@ jobs:
194
194
if : github.event_name == 'push'
195
195
steps :
196
196
- name : Download binaries
197
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
197
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
198
198
199
199
- name : Display structure of downloaded files
200
200
run : ls -R
You can’t perform that action at this time.
0 commit comments