diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4589173..bd8b764d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: run: bundle exec rspec - name: Upload test coverage folder for later reporting - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: coverage-reports path: ${{github.workspace}}/coverage-*/coverage.json @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v3 - name: Download coverage reports from the test job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: coverage-reports