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