Skip to content

Commit

Permalink
update codecov to use v4 as v5 is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Dec 19, 2024
1 parent b4b6969 commit c311539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ jobs:
run: make test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
files: ./coverage.out
verbose: true
version: v0.8.0
token: ${{ secrets.CODECOV_TOKEN }}
slug: linode/linode-cloud-controller-manager

Expand Down

0 comments on commit c311539

Please sign in to comment.