We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d854e5 commit a49d143Copy full SHA for a49d143
.github/workflows/pytest-remote-data.yml
@@ -104,7 +104,7 @@ jobs:
104
105
- name: Upload coverage to Codecov
106
if: matrix.python-version == 3.7 && matrix.suffix == ''
107
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
108
with:
109
fail_ci_if_error: true
110
verbose: true
.github/workflows/pytest.yml
@@ -83,7 +83,7 @@ jobs:
83
84
85
if: matrix.python-version == 3.7 && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'
86
87
88
89
0 commit comments