diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45d7cb0..247cef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: run: poetry run pytest tests/e2e - name: Upload failure screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: e2e-failed-traces