Skip to content

Commit

Permalink
Fix for WFLY-19707, Upgrade download-action to v4 in shared workflow …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
jfdenise committed Sep 5, 2024
1 parent 56270bd commit 82eb96d
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 82eb96d

Please sign in to comment.