diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a461129..7be0b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: bin/rails db:test:prepare test test:system - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots