Skip to content

Commit c094631

Browse files
chore: update codecov/codecov-action action to v5.0.6
1 parent f6330ba commit c094631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./...
6161
- name: Upload code coverage report
62-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
62+
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
6363
with:
6464
files: coverage.out
6565
verbose: true

0 commit comments

Comments
 (0)