mirror of https://github.com/icedland/iced.git
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:
commit
00b5bd8b59
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue