diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e73c15c..6337da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: bundler-cache: true - run: COVERAGE=1 bundle exec rspec - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: coverage-report path: 'coverage/*'