Skip to content

Commit

Permalink
Merge branch 'master' into snow_splitter_names
Browse files Browse the repository at this point in the history
* master:
  Revert "Bump codecov/codecov-action from 3 to 4" (metoppv#1978)
  • Loading branch information
MoseleyS committed Jan 22, 2024
2 parents 887ff50 + c43ec0a commit 6b9eb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
- name: codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
name: ${{ matrix.env }}
if: matrix.env != 'conda_forge'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
- name: codecov upload
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
if: matrix.env == 'environment_a'
Safety-Bandit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b9eb23

Please sign in to comment.