Skip to content

Commit

Permalink
chore(workflow): compatibility change for download-artifact v3 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassels authored Mar 11, 2022
1 parent 7ac4995 commit eb42a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
- run: yarn install

- name: Download lib
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: lib
path: lib

- name: Check Files
uses: JJ/files-present-action@releases/v1
Expand Down

0 comments on commit eb42a20

Please sign in to comment.