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 a9f0f68f77 build(deps): bump actions/upload-artifact from 6 to 7
(#1750)
a9f0f68f77 is described below
commit a9f0f68f778ff9580c2529a03ee62797a6800265
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 19:36:59 2026 +0100
build(deps): bump actions/upload-artifact from 6 to 7 (#1750)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
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 80adf2017f..1f9a12ac9c 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@v6
+ uses: actions/upload-artifact@v7
if: always()
with:
name: test-logs-java-${{ matrix.java }}
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index ef408ee386..518fe066c5 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@v6
+ uses: actions/upload-artifact@v7
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 b241bd115c..cfb90cdbb2 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@v6
+ uses: actions/upload-artifact@v7
if: always()
with:
name: test-logs-java-${{ matrix.java }}
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index e57c9d5212..c7903d257e 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@v6
+ uses: actions/upload-artifact@v7
if: ${{ failure() }}
with:
name: maven-it-java-${{ matrix.java }}