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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 5be496bd39 build(deps): bump actions/upload-artifact from 4 to 7 
(#1779)
5be496bd39 is described below

commit 5be496bd39dc4bd41132c203f5e1f518720e2c93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 11:31:03 2026 +0100

    build(deps): bump actions/upload-artifact from 4 to 7 (#1779)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/ci-nightly.yml | 2 +-
 .github/workflows/ci-quick.yml   | 2 +-
 .github/workflows/ci-weekly.yml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index 18c5ce2c81..49068d33ec 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -90,7 +90,7 @@ jobs:
         run: mvn -B -e -fae verify -Pactivemq.tests-quick 
-Dsurefire.rerunFailingTestsCount=3
       - name: Upload Test Results
         if: always()
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: test-results-${{ matrix.os }}-java${{ matrix.java-version }}
           path: '**/target/surefire-reports/*.xml'
diff --git a/.github/workflows/ci-quick.yml b/.github/workflows/ci-quick.yml
index 096330cd6b..2649e3b1b1 100644
--- a/.github/workflows/ci-quick.yml
+++ b/.github/workflows/ci-quick.yml
@@ -87,7 +87,7 @@ jobs:
         run: mvn -B -e -fae verify -Pactivemq.tests-quick
       - name: Upload Test Results
         if: always()
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: test-results
           path: '**/target/surefire-reports/*.xml'
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index c0269b20a9..a642c58c64 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -80,7 +80,7 @@ jobs:
         run: mvn -B -e -fae verify -Dsurefire.rerunFailingTestsCount=3
       - name: Upload Test Results
         if: always()
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: test-results
           path: '**/target/surefire-reports/*.xml'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to