Skip to content

Commit

Permalink
Merge pull request #236 from resteasy/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
jamezp authored Dec 15, 2023
2 parents d2df417 + 275a42d commit 4696adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resteasy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit 4696adf

Please sign in to comment.