Skip to content

Commit

Permalink
use up to date github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and mkolopanis committed Mar 25, 2024
1 parent b726af9 commit ffa2790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macosx_windows_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: env_name

- name: Setup Minimamba
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
pytest --pyargs pyuvdata -n auto --dist=loadfile --cov=pyuvdata --cov-config=../.coveragerc --cov-report xml:../coverage.xml
cd ..
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: success()
with:
token: ${{secrets.CODECOV_TOKEN}} #required
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warning_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
pytest -W error --pyargs pyuvdata --cov=pyuvdata --cov-config=.coveragerc --cov-report xml:coverage.xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: success()
with:
token: ${{secrets.CODECOV_TOKEN}} #required
Expand Down

0 comments on commit ffa2790

Please sign in to comment.