Skip to content

Commit 69d27bb

Browse files
--- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dec3d3 commit 69d27bb

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)