diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0f27444..002b4b4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -38,7 +38,7 @@ jobs: - name: Test run: gotestsum --junitfile junit.xml --format testname -- -json -coverpkg=./... -coverprofile=./coverage.txt -covermode=atomic ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov