diff --git a/.changes/unreleased/Dependency-20241115-194256.yaml b/.changes/unreleased/Dependency-20241115-194256.yaml new file mode 100644 index 00000000..9d976c84 --- /dev/null +++ b/.changes/unreleased/Dependency-20241115-194256.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump codecov/codecov-action from 4 to 5 +time: 2024-11-15T19:42:56.812445925Z diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59fbfc33..ce57a5c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run quality checks and test code run: task ci - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./src/coverage.txt fail_ci_if_error: false