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

Commit

Permalink
build(deps): bump codecov/codecov-action from v3 to v4 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 21, 2024
1 parent a5fed6c commit d458549
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -119,15 +119,13 @@ jobs:
--cov=pyra \
tests
- name: Upload coverage to Codecov
uses: Wandalen/wretry.action@v1
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
action: codecov/codecov-action@v3
attempt_delay: 10000
attempt_limit: 10
with: |
fail_ci_if_error: true
flags: ${{ runner.os }}-${{ matrix.architecture }}
fail_ci_if_error: true
flags: "${{ runner.os }}-${{ matrix.architecture }}"
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
Expand Down

0 comments on commit d458549

Please sign in to comment.