diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 997f063..ec3542c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Test (coverage) run: go test ./... -coverprofile=coverage.txt -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}