Merge pull request #3213 from gofiber/dependabot/github_actions/codecov/codecov-action-5.0.7

build(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7
pull/3161/head^2
Juan Calderon-Perez 2024-11-21 07:38:37 -05:00 committed by GitHub
commit b6ecd638e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Upload coverage reports to Codecov
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
uses: codecov/codecov-action@v5.0.4
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt