Skip to content

Commit 85cce3c

Browse files
authored
Merge pull request #3413 from gofiber/dependabot/github_actions/codecov/codecov-action-5.4.2
build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
2 parents 6eba33a + 9ed1ce1 commit 85cce3c

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Upload coverage reports to Codecov
3434
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
35-
uses: codecov/[email protected].0
35+
uses: codecov/[email protected].2
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
file: ./coverage.txt

0 commit comments

Comments
 (0)