Artifact download
This commit is contained in:
parent
afedb06126
commit
1bbaa1c8f1
1 changed files with 5 additions and 5 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -59,8 +59,8 @@ jobs:
|
||||||
apk add nodejs npm
|
apk add nodejs npm
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
# - name: Download build artifacts
|
- name: Download build artifacts
|
||||||
# uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: output
|
name: output
|
||||||
# path: ./output
|
path: ./output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue