diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c0b649..4dc8634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v3 with: { fetch-depth: 0 } - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: { name: code-coverage-report } - uses: codecov/codecov-action@v3 with: { files: c.out }