diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2e14fab..be5b165d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: REDIS_PORT: 6379 - name: 📤 Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml