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