diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7212312..5ca9cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 # disable shallow clone for full access to code - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: coverage-output - run: ls -lh coverage.xml