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