Skip to content

Commit f0ebb96

Browse files
authored
Merge pull request #86 from gofiber/dependabot/github_actions/codecov/codecov-action-4.4.1
Bump codecov/codecov-action from 4.4.0 to 4.4.1
2 parents 7dec3d3 + 69d27bb commit f0ebb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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.22.x' }}
44-
uses: codecov/[email protected].0
44+
uses: codecov/[email protected].1
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
file: ./coverage.txt

0 commit comments

Comments
 (0)