This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new 45afa56ae4 build(deps): bump actions/upload-artifact from 4 to 6 
(#1743)
45afa56ae4 is described below

commit 45afa56ae44bf3b7e2786fc393cdf884fe95bd63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 12:26:03 2026 +0100

    build(deps): bump actions/upload-artifact from 4 to 6 (#1743)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...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>
---
 .github/workflows/automatic-sync-camel-main.yml | 2 +-
 .github/workflows/ci-build.yml                  | 2 +-
 .github/workflows/daily-java-next.yml           | 2 +-
 .github/workflows/maven-it.yaml                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/automatic-sync-camel-main.yml 
b/.github/workflows/automatic-sync-camel-main.yml
index 5c90bf5d61..0bcc22285c 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -96,7 +96,7 @@ jobs:
             -pl '!:camel-kafka-connector-generator-maven-plugin' \
             clean test
       - name: archive logs
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v6
         if: always()
         with:
           name: test-logs-java-${{ matrix.java }}
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 02e7c13e39..db33c7aad9 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -88,7 +88,7 @@ jobs:
             -pl '!:camel-kafka-connector-generator-maven-plugin' \
             clean test
       - name: Archive logs
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v6
         if: always()
         with:
           name: test-logs-java-${{ matrix.java }}
diff --git a/.github/workflows/daily-java-next.yml 
b/.github/workflows/daily-java-next.yml
index f141fc0ca1..8566d70d2f 100644
--- a/.github/workflows/daily-java-next.yml
+++ b/.github/workflows/daily-java-next.yml
@@ -75,7 +75,7 @@ jobs:
             -pl '!:camel-kafka-connector-generator-maven-plugin' \
             clean test
       - name: Archive logs
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v6
         if: always()
         with:
           name: test-logs-java-${{ matrix.java }}
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index bbc74da6ca..995d5cb7bf 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -74,7 +74,7 @@ jobs:
             -pl :camel-kafka-connector-generator-maven-plugin \
             clean verify
       - name: Archive test results
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v6
         if: ${{ failure() }}
         with:
           name: maven-it-java-${{ matrix.java }}

Reply via email to