diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c9f64c..36f1ff1 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@84508663e988701840491b86de86b666e8a86bed # v4.3.0 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: file: ./coverage.txt