diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 892a95c..1614c59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: run: bin/rails db:test:prepare spec - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots