diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9afed4..1ecb31c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: bin/rails db:test:prepare && bundle exec rspec - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots