diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c26db..11790e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ jobs: - name: Run tests run: ./test_calculator - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5.0.0-beta env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}