Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (#5624)" (#5639)
Browse files Browse the repository at this point in the history
This reverts commit a633ed7.

It broke the `testmockpkg testinstall - - windows-2019` CI job,
which now always has a timeout during the Codecov upload.
  • Loading branch information
fingolfin authored Feb 15, 2024
1 parent 9987e42 commit 7174ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
- name: "Gather coverage data"
run: ${{ matrix.extra }} dev/ci-gather-coverage.sh
- name: "Upload coverage data to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7174ee5

Please sign in to comment.