Skip to content

Commit

Permalink
ci: upgrade to codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
GitHub CI warns: "Node.js 16 actions are deprecated. Please update the
following actions to use Node.js 20: actions/checkout@v3,
codecov/codecov-action@v3. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/."

So upgrade codecov/codecov-action@v3 to codecov/codecov-action@v4.

Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Feb 12, 2024
1 parent 17ca443 commit 1902642
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ jobs:
- name: Install dependencies for Codecov
run: >
apt-get install --no-install-recommends --yes
ca-certificates curl git
ca-certificates curl dirmngr git gpg
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: ./coverage.xml
verbose: true

system-testing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1902642

Please sign in to comment.