Update codecov/codecov-action to v4 (#1291)

## Changes

This addresses a Node 16 deprecation warning in our GHA output.

Full release notes of v4 at
https://github.com/codecov/codecov-action/releases/tag/v4.0.0
This commit is contained in:
Pieter Noordhuis 2024-03-18 13:48:59 +01:00 committed by GitHub
parent c49c8cc04c
commit 4f2c6150e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
run: make test run: make test
- name: Publish test coverage - name: Publish test coverage
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v4
fmt: fmt:
runs-on: ubuntu-latest runs-on: ubuntu-latest