diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d15a69a8..81df3ab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 if: ${{ matrix.no-cover != true }} with: files: ./cover.out