Update codecov/codecov-action to v3 (#1149)

## Changes

v1 has been deprecated for a long time and produces warnings in action
output.
This commit is contained in:
Pieter Noordhuis 2024-01-25 11:47:03 +01:00 committed by GitHub
parent 8922bf916c
commit 8988920a3e
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
- name: Publish test coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
fmt:
runs-on: ubuntu-latest