Skip to content

Commit 72861c3

Browse files
authored
Merge pull request #3 from woodruffw-forks/ww/download-artifact-v4
2 parents 1f86110 + 135bf81 commit 72861c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
run: exit 1
4242
shell: bash
4343
- name: Retrieve the dists from a GHA artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: ${{ inputs.workflow-artifact-name }}
4747
path: ${{ github.action_path }}/.tmp

0 commit comments

Comments
 (0)