Skip to content

Commit 5596374

Browse files
authored
Merge pull request #93 from gofiber/dependabot/github_actions/codecov/codecov-action-4.6.0
Bump codecov/codecov-action from 4.5.0 to 4.6.0
2 parents d48ce7c + f0fe369 commit 5596374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Upload coverage reports to Codecov
4343
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
44-
uses: codecov/codecov-action@v4.5.0
44+
uses: codecov/codecov-action@v4.6.0
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
file: ./coverage.txt

0 commit comments

Comments
 (0)