Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…debug-agent
  • Loading branch information
mctavish authored Feb 1, 2024
2 parents 3d6ae8c + 10c7aa3 commit c2f8435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: actions ${{ matrix.node }}
fail_ci_if_error: false
Expand All @@ -39,7 +39,7 @@ jobs:
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: actions windows
fail_ci_if_error: false
Expand Down

0 comments on commit c2f8435

Please sign in to comment.