diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 138fce72..9f838ae5 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@v4 + uses: actions/download-artifact@v7 with: pattern: simplecov-resultset-* path: tmp/simplecov-results