Skip to content

Commit 52ccbc6

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#184)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yacine Fodil <105779815+yfodil@users.noreply.github.com>
1 parent 354d562 commit 52ccbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
BUILD_ARGS: "--load"
243243

244244
- name: Upload Artifacts to GitHub
245-
uses: actions/upload-artifact@v4
245+
uses: actions/upload-artifact@v5
246246
with:
247247
name: output
248248
path: _output/**

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
167167
- name: Upload Cluster Dump
168168
if: always()
169-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
169+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
170170
with:
171171
name: controlplane-dump
172172
path: ./_output/controlplane-dump

0 commit comments

Comments
 (0)