diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f528d1e..e05112c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./cover.out @@ -76,6 +76,6 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./cover.integration.out