diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b545c17..a276530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: run: bundle exec appraisal ${{ matrix.rails-version }} rspec - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: screenshots-${{ matrix.rails-version }}