From e48b26687f1437b79d117af076c837ff7a12e8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:04:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/project_ci.yml | 2 +- .github/workflows/quickstart_ci.yml | 2 +- .github/workflows/quickstart_ejb-txn-remote-call_ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project_ci.yml b/.github/workflows/project_ci.yml index 0bbb8b7e2c..1a3055b3f4 100644 --- a/.github/workflows/project_ci.yml +++ b/.github/workflows/project_ci.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v6 with: path: quickstarts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: wildfly-maven-repository path: . diff --git a/.github/workflows/quickstart_ci.yml b/.github/workflows/quickstart_ci.yml index 225e3821f0..6702abd08c 100644 --- a/.github/workflows/quickstart_ci.yml +++ b/.github/workflows/quickstart_ci.yml @@ -178,7 +178,7 @@ jobs: - uses: actions/checkout@v6 with: path: quickstarts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: wildfly-maven-repository path: . diff --git a/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml b/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml index 6497c175fa..0a3a29fe3a 100644 --- a/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml +++ b/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml @@ -143,7 +143,7 @@ jobs: - uses: actions/checkout@v6 with: path: quickstarts - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: wildfly-maven-repository path: .