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

holgerfriedrich pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
     new 9ea9cf3eb9 [4.4.x] bump dawidd6/action-download-artifact from 21 to 23 
(#2807)
9ea9cf3eb9 is described below

commit 9ea9cf3eb955395e313b7ee13ddce4b1244b8128
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 21 17:54:27 2026 +0200

    [4.4.x] bump dawidd6/action-download-artifact from 21 to 23 (#2807)
    
    Bumps 
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
 from 21 to 23.
    - [Release 
notes](https://github.com/dawidd6/action-download-artifact/releases)
    - 
[Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v23)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-version: '23'
      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-test-results.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-test-results.yml 
b/.github/workflows/ci-test-results.yml
index 8158d7bc8c..6b2d7eaccd 100644
--- a/.github/workflows/ci-test-results.yml
+++ b/.github/workflows/ci-test-results.yml
@@ -39,7 +39,7 @@ jobs:
 
     steps:
       - name: Download Test Results
-        uses: dawidd6/action-download-artifact@v21
+        uses: dawidd6/action-download-artifact@v23
         with:
           run_id: ${{ github.event.workflow_run.id }}
           name: test-results-.*
@@ -47,7 +47,7 @@ jobs:
           path: artifacts
 
       - name: Download Event File
-        uses: dawidd6/action-download-artifact@v21
+        uses: dawidd6/action-download-artifact@v23
         with:
           run_id: ${{ github.event.workflow_run.id }}
           name: event-file-.*

Reply via email to