diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3692f2e3..529a5488 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: - name: Upload Coverage Report to Codecov if: matrix.type.name == 'Debug' && github.repository == 'SFML/SFML' # Disable upload in forks - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: directory: ./build files: ./build/coverage.out