Skip to content

Commit

Permalink
Merge pull request wildfly#18171 from jfdenise/upload-ga-action
Browse files Browse the repository at this point in the history
Fix for WFLY-19707, Upgrade download-action to v4 in shared workflow file
  • Loading branch information
bstansberry committed Sep 5, 2024
2 parents 56270bd + 82eb96d commit d71a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-wildfly-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
repository: wildfly/wildfly
ref: '${{ inputs.ref }}'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ inputs.maven-repo-name }}
path: .
Expand Down

0 comments on commit d71a346

Please sign in to comment.