From 275a42d7dede7d2678281abb8e22532fa5c26a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:33:58 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/resteasy-build.yml | 2 +- .github/workflows/wildfly-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/resteasy-build.yml b/.github/workflows/resteasy-build.yml index 4bf834b..6b69714 100644 --- a/.github/workflows/resteasy-build.yml +++ b/.github/workflows/resteasy-build.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout RESTEasy MicroProfile uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: resteasy-maven-repository path: . diff --git a/.github/workflows/wildfly-build.yml b/.github/workflows/wildfly-build.yml index dd170fe..1a43bf3 100644 --- a/.github/workflows/wildfly-build.yml +++ b/.github/workflows/wildfly-build.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wildfly-maven-repository path: .