diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3fe08e6..c4e55b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Upload code coverage to codecov if: matrix.go-version == '1.22' && matrix.redis-version == 7 - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}