Skip to content

Commit 78daa0c

Browse files
Bump actions/upload-artifact from 5 to 6 (#301)
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 356f6dd commit 78daa0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
DOCKER_BUILD_SUMMARY: false
8787

8888
- name: Upload artifact
89-
uses: actions/upload-artifact@v5
89+
uses: actions/upload-artifact@v6
9090
with:
9191
name: kafkactl-jar
9292
path: build/libs/kafkactl-${{ steps.metadata.outputs.current_version }}.jar
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146

147147
- name: Upload artifact
148-
uses: actions/upload-artifact@v5
148+
uses: actions/upload-artifact@v6
149149
with:
150150
name: kafkactl-${{ matrix.platform }}
151151
path: build/native/nativeCompile/kafkactl-${{ steps.metadata.outputs.current_version }}${{ matrix.extension }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo is_latest_version=$(echo $(test "$LATEST_VERSION" == "$CURRENT_VERSION" && echo true || echo false)) >> $GITHUB_OUTPUT
4141
4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: kafkactl-jar
4646
path: build/libs/kafkactl-${{ steps.metadata.outputs.current_version }}.jar
@@ -144,7 +144,7 @@ jobs:
144144
run: mv build/native/nativeCompile/kafkactl-${{ steps.metadata.outputs.current_version }}${{ matrix.extension }} build/native/nativeCompile/kafkactl-${{ steps.metadata.outputs.current_version }}-${{ matrix.platform }}${{ matrix.extension }}
145145

146146
- name: Upload artifact
147-
uses: actions/upload-artifact@v5
147+
uses: actions/upload-artifact@v6
148148
with:
149149
name: kafkactl-${{ matrix.platform }}
150150
path: build/native/nativeCompile/kafkactl-${{ steps.metadata.outputs.current_version }}-${{ matrix.platform }}${{ matrix.extension }}

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: echo current_version=$(echo $(./gradlew properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')) >> $GITHUB_OUTPUT
145145

146146
- name: Upload artifact
147-
uses: actions/upload-artifact@v5
147+
uses: actions/upload-artifact@v6
148148
with:
149149
name: kafkactl-${{ matrix.platform }}
150150
path: build/native/nativeCompile/kafkactl-${{ steps.metadata.outputs.current_version }}

0 commit comments

Comments
 (0)