Skip to content

Commit 2701040

Browse files
Bump the github-actions group with 2 updates (#959)
Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5101533 commit 2701040

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download Reference Exec Summary
3838
if: github.ref != 'refs/heads/main'
3939
continue-on-error: true
40-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
40+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
4141
with:
4242
name: reference_exec_summary
4343

@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload Reference Summary iff on main branch
5151
if: github.ref == 'refs/heads/main'
52-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5353
with:
5454
name: reference_exec_summary
5555
path: conformance/TEMP_DATA/testReports/exec_summary.json

.github/workflows/intl4x_artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
cp target/x86_64-pc-windows-msvc/release/icu4x-datagen.exe bin/windows_x64-datagen.exe
154154
155155
- name: Upload artifacts
156-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
156+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
157157
with:
158158
name: dart-${{matrix.os}}-${{ matrix.compiletype }}-libs
159159
path: submodules/icu4x/bin
@@ -172,7 +172,7 @@ jobs:
172172
submodules: true
173173

174174
- name: Download binaries
175-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
175+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
176176
with:
177177
merge-multiple: true
178178

@@ -196,7 +196,7 @@ jobs:
196196
if: github.event_name == 'push'
197197
steps:
198198
- name: Download binaries
199-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
199+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
200200

201201
- name: Display structure of downloaded files
202202
run: ls -R

0 commit comments

Comments
 (0)