diff --git a/.github/workflows/test-shell.yml b/.github/workflows/test-shell.yml index b64959e..aae5539 100644 --- a/.github/workflows/test-shell.yml +++ b/.github/workflows/test-shell.yml @@ -61,7 +61,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: ./coverage fail_ci_if_error: true