mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Merge pull request #3210 from gofiber/dependabot/github_actions/codecov/codecov-action-5.0.4
build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4
This commit is contained in:
commit
b17093b2c8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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.2
|
||||
uses: codecov/codecov-action@v5.0.4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user