Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#759)

This commit is contained in:
Philip Laine 2025-02-28 10:49:41 +01:00 committed by GitHub
commit 781e94e63c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,6 @@ jobs:
- name: Run tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 #v5.3.1
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 #v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}