Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (107-systems#253)"
Browse files Browse the repository at this point in the history
This reverts commit 49a65ab.

The bump originated from an automated PR from Dependabot triggered by an accidental v4 tag push in the
codecov/codecov-action repository.

The tag has since been removed due to the v4 major version series of the action still being in the beta development
phase. That removal caused subsequent runs of the workflow to fail:

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

So the action ref must be reverted back to v3. It can be bumped back to the v4 major version ref following the
production 4.0.0 release in the action's repo.
  • Loading branch information
per1234 committed Sep 15, 2023
1 parent 49a65ab commit 8738950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: "${{ env.COVERAGE_DATA_PATH }}"
fail_ci_if_error: true

0 comments on commit 8738950

Please sign in to comment.