Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Merge branch 'master' into renovate/auto-merge-on-patch-or-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Jun 13, 2022
2 parents 9f1a902 + 9bdb85d commit 2c2ddb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
echo "::set-output name=gitCommitHash::$(git rev-parse HEAD)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: ts-build-cache
with:
path: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
echo "::set-output name=gitCommitHash::$(git rev-parse HEAD)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: ts-build-cache
with:
path: |
Expand All @@ -128,15 +128,15 @@ jobs:
run: pnpm run test:package:js:ci:coverage --selectProjects ${{ matrix.package }}-Unit

- name: Upload coverage to Codecov (base branch)
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.package }}
override_branch: ${{ github.base_ref }}
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}

- name: Upload coverage to Codecov (branch)
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.package }}
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: |
echo "::set-output name=gitCommitHash::$(git rev-parse HEAD)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: ts-build-cache
with:
path: |
Expand Down

0 comments on commit 2c2ddb4

Please sign in to comment.