Skip to content

Commit

Permalink
chore: update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent f281117 commit ba630c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ jobs:
COVERAGE: 1
run: npm run all
- name: Upload coverage
uses: codecov/codecov-action@v3
if: ${{ matrix.integration-deps == '' }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Update example
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
GIT_USER_NAME: ${{secrets.BPMN_IO_USER_NAME}}
GIT_USER_EMAIL: ${{secrets.BPMN_IO_EMAIL}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: tasks/update-example
run: tasks/update-example

0 comments on commit ba630c6

Please sign in to comment.