Skip to content

Commit

Permalink
update actions versions to 3
Browse files Browse the repository at this point in the history
- was 4 on codecov, but nothing has uploaded to simpeg codecov in 4 months
- was 2 on github actions, make 3 to be consistent
  • Loading branch information
kkappler committed Aug 21, 2024
1 parent 8e2d50c commit 99b82c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# python-version: ["3.10", ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Miniconda
uses: conda-incubator/[email protected]
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
pytest -s -v --cov=./ --cov-report=xml --cov=aurora
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit 99b82c5

Please sign in to comment.