Skip to content

Commit 260475e

Browse files
Bump actions/upload-artifact from 4.6.1 to 5.0.0
Dependabot couldn't find the original pull request head commit, 5ac8357.
1 parent acde09b commit 260475e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Upload benchmark logs on failure
139139
if: failure()
140-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
140+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
141141
with:
142142
name: logs
143143
path: artifacts

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Upload artifacts on failure
151151
if: failure()
152-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
152+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
153153
with:
154154
path: artifacts
155155

@@ -251,7 +251,7 @@ jobs:
251251

252252
- name: Upload artifacts on failure
253253
if: failure()
254-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
254+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
255255
with:
256256
path: artifacts
257257

@@ -321,7 +321,7 @@ jobs:
321321

322322
- name: Upload artifacts on failure
323323
if: failure()
324-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
324+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
325325
with:
326326
path: artifacts
327327

@@ -455,7 +455,7 @@ jobs:
455455

456456
- name: Upload mock server test logs on failure
457457
if: failure()
458-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
458+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
459459
with:
460460
name: logs-${{ matrix.workerIndex }}
461461
path: artifacts

.github/workflows/icu-book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555

5656
- name: Upload test artifacts
5757
if: github.event_name == 'workflow_dispatch'
58-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
58+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
5959
with:
6060
name: desktop-test-icu
6161
path: stories
6262
compression-level: 9
6363

6464
- name: Upload release artifacts
6565
if: github.event_name != 'workflow_dispatch'
66-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
66+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
6767
with:
6868
name: desktop-${{ github.ref_name }}-icu
6969
path: stories

0 commit comments

Comments
 (0)