File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments