Merge pull request #285 from icedland/dependabot/github_actions/actions/download-artifact-3

Bump actions/download-artifact from 2 to 3
This commit is contained in:
wtfsck 2022-04-11 13:11:46 +02:00 committed by GitHub
commit 00b5bd8b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ jobs:
node-version: ${{env.CI_NODE_MIN_VER}} node-version: ${{env.CI_NODE_MIN_VER}}
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v3
with: with:
path: /tmp/artifacts path: /tmp/artifacts