Skip to content

Commit e9d255b

Browse files
Bump actions/upload-artifact from 5 to 6 (#560)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9690808 commit e9d255b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484

8585
- name: Archive PR number
8686
if: github.event_name == 'pull_request' && ${{ matrix.os }} == 'ubuntu-latest'
87-
uses: actions/upload-artifact@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: PR_NUMBER
9090
path: PR_NUMBER.txt
9191

9292
- name: Archive container logs
93-
uses: actions/upload-artifact@v5
93+
uses: actions/upload-artifact@v6
9494
if: failure()
9595
with:
9696
name: container-logs
@@ -143,7 +143,7 @@ jobs:
143143
run: TEST_CLUSTER_EXECUTION_MODE=CONTAINER mvn -Dmaven.main.skip=true -Dmaven.javadoc.skip=true -pl impl -B test -Dtest=KafkaClusterTest -Dkafka.version=${{ matrix.version }}
144144

145145
- name: Archive container logs
146-
uses: actions/upload-artifact@v5
146+
uses: actions/upload-artifact@v6
147147
if: failure()
148148
with:
149149
name: container-logs

.github/workflows/stage_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
'$ARGS.named' > RELEASE_STATE.json
151151
152152
- name: 'Archive release state (used by the promote workflow)'
153-
uses: actions/upload-artifact@v5
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: RELEASE_STATE.json
156156
path: RELEASE_STATE.json

0 commit comments

Comments
 (0)