Skip to content

Commit 29652bf

Browse files
build(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1028)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3eaaabf commit 29652bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/zxc-build-library.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199

200200
- name: Attach Artifact
201201
if: github.event.pull_request.merged == true
202-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
202+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
203203
with:
204204
name: hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
205205
path: package/
@@ -261,7 +261,7 @@ jobs:
261261
Add-Content -Path $env:GITHUB_OUTPUT -Value "short=$short"
262262
263263
- name: Attach Artifact
264-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
265265
with:
266266
name: hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
267267
path: package/
@@ -304,7 +304,7 @@ jobs:
304304
run: echo "short=$(echo -n "${{ github.sha }}" | cut -c1-8)" >> $GITHUB_OUTPUT
305305

306306
- name: Attach Artifact
307-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
307+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
308308
with:
309309
name: hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
310310
path: package/

0 commit comments

Comments
 (0)