Merge pull request #6 from Henry-Hiles/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows
This commit is contained in:
commit
e682f1bc2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
needs: build
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3.0.1
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
|
|
Reference in a new issue