Skip to content

Commit

Permalink
[ignore] Update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib authored and lhercot committed May 14, 2024
1 parent 2b7e767 commit 0b33a73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ jobs:
- name: Upload coverage to Codecov
# Upload Coverage on latest only
if: ${{ matrix.apic_host.name == 'v6.0'}}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0b33a73

Please sign in to comment.