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