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

apupier 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 f336ce206d2a chore(deps): Bump actions/download-artifact from 4.2.1 to 
8.0.1
f336ce206d2a is described below

commit f336ce206d2ab397ed6b670ce3ef8690ffd88a65
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 06:52:49 2026 +0000

    chore(deps): Bump actions/download-artifact from 4.2.1 to 8.0.1
    
    Bumps 
[actions/download-artifact](https://github.com/actions/download-artifact) from 
4.2.1 to 8.0.1.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - 
[Commits](https://github.com/actions/download-artifact/compare/95815c38cf2ff2164869cbab79da8d1f422bc89e...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 8.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/sonar-scan.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml
index d884367b7fa7..e2ea808d8c1e 100644
--- a/.github/workflows/sonar-scan.yml
+++ b/.github/workflows/sonar-scan.yml
@@ -41,7 +41,7 @@ jobs:
       checks: write
     steps:
       - name: Download pull request metadata
-        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: sonar-pr-event
           run-id: ${{ github.event.workflow_run.id }}
@@ -96,7 +96,7 @@ jobs:
           git checkout ${{ github.event.workflow_run.head_sha }}
 
       - name: Download compiled classes artifact
-        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: sonar-target
           run-id: ${{ github.event.workflow_run.id }}

Reply via email to