Skip to content

Commit fc446bc

Browse files
authored
Migrate to codecov-action@v4 (#358)
1 parent 4421193 commit fc446bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pysteps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Upload coverage to Codecov (Linux only)
102102
if: matrix.os == 'ubuntu-latest'
103-
uses: codecov/codecov-action@v3
103+
uses: codecov/codecov-action@v4
104104
env:
105105
OS: ${{ matrix.os }}
106106
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)