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/20 10:55:05 UTC

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

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


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

commit f0514b32638b4c0ebe60d716113f5c5a7e788bee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 20 11:55:00 2023 +0100

    Bump actions/upload-artifact from 3 to 4 (#1049)
    
    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/pr-build-camel-3.yml | 4 ++--
 .github/workflows/pr-build-main.yml    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml
index 2049d966256..02596cf6516 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -44,13 +44,13 @@ jobs:
     - name: Maven Build
       run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck -Dci.env.name=github.com clean install
     - name: Archive Logs
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: build.log
         path: build.log
     - name: Archive Surefire Logs
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: integration-test-surefire-logs
diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index 09eeef208eb..d0bbb38d358 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -45,13 +45,13 @@ jobs:
     - name: Maven Build
       run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck -Dci.env.name=github.com clean install
     - name: Archive Logs
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: build.log
         path: build.log
     - name: Archive Surefire Logs
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: integration-test-surefire-logs