From 99b82c5fa85ea607274c43aac129e427adfdaae3 Mon Sep 17 00:00:00 2001 From: "Karl N. Kappler" Date: Wed, 21 Aug 2024 15:49:10 -0700 Subject: [PATCH] update actions versions to 3 - was 4 on codecov, but nothing has uploaded to simpeg codecov in 4 months - was 2 on github actions, make 3 to be consistent --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 392435ab..c829c3a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: # python-version: ["3.10", ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Miniconda uses: conda-incubator/setup-miniconda@v2.1.1 @@ -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