Skip to content

Commit

Permalink
Update action.yml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Dec 21, 2023
1 parent 44999b2 commit 4d6e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
run: rm -rfv ./'${{ inputs.dest }}'/*
shell: bash
working-directory: .commit-artifact-to-branch-${{ inputs.artifact-name }}-${{ inputs.branch }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: .commit-artifact-to-branch-${{ inputs.artifact-name }}-${{ inputs.branch }}/${{ inputs.dest }}
Expand Down

0 comments on commit 4d6e471

Please sign in to comment.