diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 65a99d3..3c6516a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -79,7 +79,7 @@ jobs: echo "Failed" exit 1 fi - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: Run Go Build run: make build integration-tests: