Merge pull request #3334 from gofiber/dependabot/github_actions/codecov/codecov-action-5.4.0

build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
pull/3331/head^2
Juan Calderon-Perez 2025-02-27 07:47:15 -05:00 committed by GitHub
commit 86cf80630b
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 - name: Upload coverage reports to Codecov
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }} if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
uses: codecov/codecov-action@v5.3.1 uses: codecov/codecov-action@v5.4.0
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt file: ./coverage.txt