Use codecov/codecov-action@v4 instead of 5

This commit is contained in:
Malte Rosenbjerg 2024-12-04 22:25:36 +02:00
parent c7f8c19be7
commit 9d0f8893a5

View file

@ -53,7 +53,7 @@ jobs:
- if: matrix.os == 'windows-latest' - if: matrix.os == 'windows-latest'
name: Upload coverage reports to Codecov name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v4
with: with:
fail_ci_if_error: true fail_ci_if_error: true
directory: FFMpegCore.Test/TestResults directory: FFMpegCore.Test/TestResults