diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20371614..ba3b3575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: run: | python -m pip install -e .[docs] cd docs && make html - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() && !env.ACT }} with: name: sauce-connect-log