File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 with :
4747 path : ${{ steps.pip-cache.outputs.dir }}
4848 key : pip-${{ runner.os }}-buildwheel-${{ hashFiles('tools/ci/*_requirements.txt', 'third_party/pypa/*_requirements_frozen.txt') }}
49- - uses : actions/cache@v4
49+ - uses : actions/cache@v5
5050 with :
5151 path : |
5252 ~/.cache/cibuildwheel_bazel_cache/cache/repos
Original file line number Diff line number Diff line change 3232 with :
3333 path : ${{ steps.pip-cache.outputs.dir }}
3434 key : pip-${{ runner.os }}-docs-${{ matrix.python-version }}-${{ hashFiles('third_party/pypa/workspace.bzl') }}
35- - uses : actions/cache@v4
35+ - uses : actions/cache@v5
3636 with :
3737 path : |
3838 ~/.cache/bazel/_bazel_*/cache/repos
4343 shell : bash
4444 - run : zip -r docs_output.zip docs_output
4545 - name : Upload docs as artifact
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : docs
4949 path : docs_output.zip
You can’t perform that action at this time.
0 commit comments