gha: Pin version actions/upload-artifact to v1
This commit is contained in:
parent
c5ea31b9d7
commit
3e0ab3eb25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- run: npm test
|
||||
|
||||
- name: Upload test coverage
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: coverage
|
||||
path: coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue