Skip to content

Commit

Permalink
Downgrade CodeCov action
Browse files Browse the repository at this point in the history
CI is failing because of:

```
Error: Codecov: Error importing pgp key
```

Apparently, there is an error in v4, which was caused by
upgrading from v3.

See also the upstream bug reports:

- codecov/codecov-action#1288
- codecov/codecov-action#1279
  • Loading branch information
bebehei committed Mar 6, 2024
1 parent a1dc7cf commit eba336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: "matrix.CC == 'gcc'"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit eba336d

Please sign in to comment.