mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update actions/upload-artifact action to v3
This commit is contained in:
parent
80229a3c4c
commit
9fc2dacba9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- run: npm run lint:frontend
|
||||
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: code-coverage-report
|
||||
path: coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue