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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/master by this push:
     new df4bcc9db Bump dawidd6/action-download-artifact from 21 to 24 (#961)
df4bcc9db is described below

commit df4bcc9db4de11dd51979c5aa835ebced9cd3c13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 12:19:57 2026 -0700

    Bump dawidd6/action-download-artifact from 21 to 24 (#961)
    
    Bumps 
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
 from 21 to 24.
    - [Release 
notes](https://github.com/dawidd6/action-download-artifact/releases)
    - 
[Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v24)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-version: '24'
      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/junit-report.yml | 2 +-
 .github/workflows/sonarcloud.yml   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/junit-report.yml 
b/.github/workflows/junit-report.yml
index 08fb180be..9223505cd 100644
--- a/.github/workflows/junit-report.yml
+++ b/.github/workflows/junit-report.yml
@@ -40,7 +40,7 @@ jobs:
           java-version: '17'
           distribution: 'temurin'
       - name: Download Test Report (Ubuntu JDK 17)
-        uses: dawidd6/action-download-artifact@v21
+        uses: dawidd6/action-download-artifact@v24
         with:
           name: junit-test-results-ubuntu-latest-jdk17
           workflow: master-build.yml
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 39f06644f..164987c4a 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -56,7 +56,7 @@ jobs:
 
       # Coverage and JUnit XML come only from the master-build Ubuntu JDK 17 
matrix job.
       - name: Download Binary Artifacts (Ubuntu JDK 17)
-        uses: dawidd6/action-download-artifact@v21
+        uses: dawidd6/action-download-artifact@v24
         with:
           name: build-artifacts-ubuntu-latest-jdk17
           workflow: master-build.yml
@@ -64,7 +64,7 @@ jobs:
           path: ./build/
 
       - name: Download coverage data (Ubuntu JDK 17)
-        uses: dawidd6/action-download-artifact@v21
+        uses: dawidd6/action-download-artifact@v24
         with:
           name: coverage-data-ubuntu-jdk17
           workflow: master-build.yml
@@ -72,7 +72,7 @@ jobs:
           path: ./build/coverage/
 
       - name: Download test reports (Ubuntu JDK 17)
-        uses: dawidd6/action-download-artifact@v21
+        uses: dawidd6/action-download-artifact@v24
         with:
           name: junit-test-results-ubuntu-latest-jdk17
           workflow: master-build.yml

Reply via email to