diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b5cf61a..eff689b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -84,7 +84,7 @@ jobs: bundle exec rspec --exclude-pattern "spec/system/**/*_spec.rb" --format documentation - name: Upload unit test coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: unit-coverage path: coverage/ @@ -127,14 +127,14 @@ jobs: bundle exec rspec spec/system --format documentation - name: Upload E2E test coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-coverage path: coverage/ retention-days: 7 - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots