From 8b036403a6d47ec4c80c1c890831bbc889512669 Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Thu, 14 Mar 2024 20:07:20 +0100 Subject: [PATCH] Update codecov action --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0408022..ddb6952 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: go-version: ^1.20 - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: go build -v ./... @@ -28,7 +28,7 @@ jobs: run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: ./coverage.txt flags: unittests