From fc75cd181f35cadedb44f2a78302c95ff128334d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:32:16 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 4 ++-- .github/workflows/ci-push.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 91961ff..d33603e 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -149,13 +149,13 @@ jobs: steps: - name: Download unit XMLs (Java 21 only) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: unit-xml path: reports/unit - name: Download IT XMLs (Java 21 only) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: it-xml path: reports/it diff --git a/.github/workflows/ci-push.yml b/.github/workflows/ci-push.yml index ddd4e2a..3639233 100644 --- a/.github/workflows/ci-push.yml +++ b/.github/workflows/ci-push.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Download unit XMLs (all Java versions) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: unit-xml-java-* merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8867b33..bc4fbb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: uses: actions/checkout@v4 - name: Download SBOM - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: sbom path: sbom/