You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/18 08:23:55 UTC

(camel) branch main updated: Bump actions/upload-artifact from 3 to 4 (#12456)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new eae165c8e98 Bump actions/upload-artifact from 3 to 4 (#12456)
eae165c8e98 is described below

commit eae165c8e98e93c6b53d9e8c30a9fa4d26c41b73
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 18 09:23:48 2023 +0100

    Bump actions/upload-artifact from 3 to 4 (#12456)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/alternative-os-build-main.yml | 2 +-
 .github/workflows/generate-sbom-main.yml        | 2 +-
 .github/workflows/pr-build-camel-3.yml          | 4 ++--
 .github/workflows/pr-build-camel-40x.yml        | 2 +-
 .github/workflows/pr-build-main.yml             | 2 +-
 .github/workflows/push-build-camel-3.yml        | 2 +-
 .github/workflows/push-build-camel-40x.yml      | 2 +-
 .github/workflows/push-build-main.yml           | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/alternative-os-build-main.yml b/.github/workflows/alternative-os-build-main.yml
index 653c6da6162..49e4e96f9b3 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -48,7 +48,7 @@ jobs:
       - name: mvn sourcecheck ${{ matrix.os }}
         run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly verify
       - name: Archive logs ${{ matrix.os }}
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build-${{ matrix.os }}
diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml
index a706dfd4461..9f3a7cca43a 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -50,7 +50,7 @@ jobs:
       - name: mvn build and sbom generation
         run: ./mvnw -B -l build.log -Psbom -Dquickly verify
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml
index b1a3f790ed8..bffc9f710b6 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -50,7 +50,7 @@ jobs:
     - name: mvn checkstyle
       run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log $MVND_OPTS -e checkstyle:checkstyle
     - name: archive logs
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: checkstyle.log
@@ -91,7 +91,7 @@ jobs:
       - name: maven build
         run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log $MVND_OPTS -Pfastinstall -DskipTests install
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/pr-build-camel-40x.yml b/.github/workflows/pr-build-camel-40x.yml
index 00c8a92457d..bb5ca47f5a7 100644
--- a/.github/workflows/pr-build-camel-40x.yml
+++ b/.github/workflows/pr-build-camel-40x.yml
@@ -56,7 +56,7 @@ jobs:
       - name: maven build
         run: ./mvnw -l build.log -Dquickly install
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index 880a460b21a..72d6459cc64 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -56,7 +56,7 @@ jobs:
       - name: maven build
         run: ./mvnw -l build.log -Dquickly install
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/push-build-camel-3.yml b/.github/workflows/push-build-camel-3.yml
index 68aa707776b..149a10b582e 100644
--- a/.github/workflows/push-build-camel-3.yml
+++ b/.github/workflows/push-build-camel-3.yml
@@ -56,7 +56,7 @@ jobs:
       - name: mvn formatter and build
         run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log $MVND_OPTS -Pformat,fastinstall -DskipTests verify
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/push-build-camel-40x.yml b/.github/workflows/push-build-camel-40x.yml
index c47d292fc57..d059e3992a5 100644
--- a/.github/workflows/push-build-camel-40x.yml
+++ b/.github/workflows/push-build-camel-40x.yml
@@ -56,7 +56,7 @@ jobs:
       - name: mvn formatter and build
         run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log -Dquickly package
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/push-build-main.yml b/.github/workflows/push-build-main.yml
index 35257e009e0..9cbbab1c809 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -56,7 +56,7 @@ jobs:
       - name: mvn formatter and build
         run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log -Dquickly package
       - name: archive logs
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         if: always()
         with:
           name: build.log