Skip to content

Commit e8a1ab2

Browse files
committed
⮸ Bump actions/download-artifact to v3
This is new version that does not use the EOLed NodeJS 12.
1 parent d591b28 commit e8a1ab2

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@v2
44+
uses: actions/download-artifact@v3
4545
with:
4646
name: ${{ inputs.workflow-artifact-name }}
4747
path: ${{ github.action_path }}/.tmp

0 commit comments

Comments
 (0)