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