Skip to content

Commit 11ab502

Browse files
committed
ci: migrate to codecov github actions v2
1 parent b7dd796 commit 11ab502

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/css-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Behavior Tests
3030
- run: yarn build:css-processor
3131
name: Build
32-
- uses: codecov/codecov-action@v1
32+
- uses: codecov/codecov-action@v2
3333
with:
3434
flags: css-processor
3535
fail_ci_if_error: true

.github/workflows/transient-render-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Behavior Tests
3434
- run: yarn build:transient-render-engine
3535
name: Build
36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v2
3737
with:
3838
flags: transient-render-engine
3939
fail_ci_if_error: true

0 commit comments

Comments
 (0)