Skip to content

Commit 5f544c9

Browse files
chore: update codecov/codecov-action action to v5.5.0
1 parent 05a2ee6 commit 5f544c9

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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
62+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
6363
with:
6464
files: coverage.out
6565
verbose: true

0 commit comments

Comments
 (0)