Skip to content

Commit

Permalink
Use codecov/codecov-action@v4 instead of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenbjerg committed Dec 4, 2024
1 parent c7f8c19 commit 9d0f889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

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

0 comments on commit 9d0f889

Please sign in to comment.