mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update codecov/codecov-action action to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c879132ab4
commit
f1f1d8cc94
2 changed files with 2 additions and 2 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
cache: 'yarn'
|
||||
- run: yarn install --immutable
|
||||
- run: yarn run test:e2e:cov
|
||||
- uses: codecov/codecov-action@v2
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
directory: coverage-e2e
|
||||
flags: e2e-tests
|
||||
|
|
2
.github/workflows/nest.js.yml
vendored
2
.github/workflows/nest.js.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
cache: 'yarn'
|
||||
- run: yarn install --immutable
|
||||
- run: yarn run test:cov
|
||||
- uses: codecov/codecov-action@v2
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
directory: coverage
|
||||
flags: integration-tests
|
||||
|
|
Loading…
Reference in a new issue