diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ac100c..7c9f64c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: run: go test -covermode atomic -coverprofile coverage.txt ./... - name: Upload Coverage Report - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: file: ./coverage.txt