diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5a70bf..5de09dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: bin/rails test - name: Keep screenshots from failed tests - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() with: name: test-screenshots @@ -86,7 +86,7 @@ jobs: run: bin/rails test:system - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() with: name: system-test-screenshots