Skip to content

Commit

Permalink
Revert codecov/codecov-action back to v3 (isce-framework#33)
Browse files Browse the repository at this point in the history
Revert isce-framework#32

This update caused CI to break after merging, with error

```
Unable to resolve action `codecov/codecov-action@v4`, unable to find
version `v4`
```

The codecov-action v4 releases appear to be unstable pre-releases
currently. Maybe one of these was temporarily marked as a stable release
by accident, triggering the dependabot update?
  • Loading branch information
gmgunter authored Sep 20, 2023
1 parent 4b03144 commit 5fe93a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
micromamba install -f test/requirements.txt -c conda-forge
pytest --cov-report=xml
- name: Coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit 5fe93a6

Please sign in to comment.