Skip to content

Commit

Permalink
Merge pull request #2509 from cta-observatory/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
maxnoe authored Feb 6, 2024
2 parents 4ea6923 + 50e8a3f commit c4853a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ jobs:
ctapipe-info --version
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: contains(matrix.extra-args, 'codecov') && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4853a7

Please sign in to comment.