Merge pull request #3295 from gofiber/dependabot/github_actions/codecov/codecov-action-5.3.1

build(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1
This commit is contained in:
Juan Calderon-Perez 2025-01-28 21:40:18 -05:00 committed by GitHub
commit 85041cdd77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.3.0
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt