Skip to content

Commit

Permalink
Migrate to codecov-action@v4 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Apr 29, 2024
1 parent 4421193 commit fc446bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pysteps.yml
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Upload coverage to Codecov (Linux only)
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit fc446bc

Please sign in to comment.