diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a44bbd07..a819ed669 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -95,7 +95,7 @@ jobs: # sudo chmod u+x ./selenium-server-standalone.jar # xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: failure() with: name: sl_$${{ matrix.python-version }}_$${{ matrix.rf-version }}_$${{ matrix.selenium-version }}_$${{ matrix.browser }} diff --git a/.github/workflows/Select.yml b/.github/workflows/Select.yml index dcb89c7e4..2c583ecd5 100644 --- a/.github/workflows/Select.yml +++ b/.github/workflows/Select.yml @@ -71,7 +71,7 @@ jobs: run: | xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.config.browser }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: failure() with: name: sl_$${{ matrix.config.python-version }}_$${{ matrix.config.rf-version }}_$${{ matrix.config.selenium-version }}_$${{ matrix.config.browser }}