diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f838ae5..de08e858 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -294,7 +294,7 @@ jobs: run: bundle install - name: Download coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: simplecov-resultset-* path: tmp/simplecov-results