diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ad76ee..3ca47bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: CC_TEST_REPORTER_ID: dummy # https://github.com/codeclimate/test-reporter/issues/495 - name: Format coverage run: ./cc-test-reporter format-coverage --input-type simplecov --output 'codeclimate-${{ matrix.ruby-version }}.json' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverages path: codeclimate-${{ matrix.ruby-version }}.json