Skip to content

Commit

Permalink
Merge pull request #3281 from pybamm-team/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-3.1.4

Bump codecov/codecov-action from 2.1.0 to 3.1.4
  • Loading branch information
Saransh-cpp authored Aug 21, 2023
2 parents a30ba8f + f7ff52b commit be82d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Upload coverage report
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.4

- name: Run integration tests
run: nox -s integration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Upload coverage report
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.4

- name: Run integration tests for GNU/Linux with Python 3.11
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11
Expand Down

0 comments on commit be82d73

Please sign in to comment.