Skip to content

Commit

Permalink
Merge pull request #58 from neutrons/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
backmari authored Dec 16, 2024
2 parents 4dcf496 + ec9eae9 commit 8be426b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: python -m pytest -vv --cov=postprocessing --cov=scripts --cov-report=xml --cov-report=term

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if:
github.actor != 'dependabot[bot]'
env:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: docker compose -f tests/integration/docker-compose.yml down

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if:
github.actor != 'dependabot[bot]'
env:
Expand Down

0 comments on commit 8be426b

Please sign in to comment.