This is an automated email from the ASF dual-hosted git repository.
sebastian-nagel 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 886e3b6de Bump dawidd6/action-download-artifact from 11 to 21
886e3b6de is described below
commit 886e3b6de67e379940fddc7d4c4d57cb7b1099fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 11:53:25 2026 +0000
Bump dawidd6/action-download-artifact from 11 to 21
Bumps
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
from 11 to 21.
- [Release
notes](https://github.com/dawidd6/action-download-artifact/releases)
-
[Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v21)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '21'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/junit-report.yml | 2 +-
.github/workflows/sonarcloud.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/junit-report.yml
b/.github/workflows/junit-report.yml
index 7bf772843..8eae9f5f2 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@v11
+ uses: dawidd6/action-download-artifact@v21
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 efcdb6a4c..fb89d1764 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -54,7 +54,7 @@ jobs:
run: ant compile compile-plugins resolve-test -buildfile build.xml
# Coverage and JUnit XML come only from the master-build Ubuntu JDK 17
matrix job.
- name: Download coverage data (Ubuntu JDK 17)
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v21
with:
name: coverage-data-ubuntu-jdk17
workflow: master-build.yml
@@ -62,7 +62,7 @@ jobs:
path: ./build/coverage/
continue-on-error: true
- name: Download test reports (Ubuntu JDK 17)
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v21
with:
name: junit-test-results-ubuntu-latest-jdk17
workflow: master-build.yml