Update node.js.yml
This commit is contained in:
parent
5808aa66e9
commit
fb3cd1da70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
needs: build
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3.0.1
|
||||
with:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
|
|
Reference in a new issue