Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit af6bae2

Browse files
dependabot[bot]michaelasp
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 5
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>
1 parent d7b6644 commit af6bae2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/bats.yml

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

4141
- name: Upload logs
4242
if: always()
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
4646
path: ./_artifacts

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
mkdir _output
5353
docker save ghcr.io/google/dranet:test > _output/dranet-image.tar
5454
55-
- uses: actions/upload-artifact@v4
55+
- uses: actions/upload-artifact@v5
5656
with:
5757
name: test-image
5858
path: _output/dranet-image.tar
@@ -144,7 +144,7 @@ jobs:
144144
145145
- name: Upload Junit Reports
146146
if: always()
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v5
148148
with:
149149
name: kind-junit-${{ env.JOB_NAME }}-${{ github.run_id }}
150150
path: './_artifacts/*.xml'
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: Upload logs
158158
if: always()
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v5
160160
with:
161161
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
162162
path: ./_artifacts/logs

.github/workflows/periodics.yaml

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

4444
- name: Upload logs
4545
if: always()
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
4949
path: ./_artifacts

0 commit comments

Comments
 (0)