diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed07db8..6cf612a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,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