We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d591b28 commit e8a1ab2Copy full SHA for e8a1ab2
1 file changed
action.yml
@@ -41,7 +41,7 @@ runs:
41
run: exit 1
42
shell: bash
43
- name: Retrieve the dists from a GHA artifact
44
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
45
with:
46
name: ${{ inputs.workflow-artifact-name }}
47
path: ${{ github.action_path }}/.tmp
0 commit comments