diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0dd243d51..0802de7a1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -131,7 +131,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.build_type == 'Debug' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: build_${{matrix.build_type}}/coverage.xml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7fc296678..4dd15a7b7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -68,7 +68,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.build_type == 'Debug' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: build_${{matrix.build_type}}/coverage.xml diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4131270ad..71f056c8e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -234,7 +234,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.build_type == 'Debug' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: build_${{matrix.build_type}}/coverage.xml