mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
CI: update deprecated uses of set-output
This commit is contained in:
parent
cd5b26a0b9
commit
25c9621295
4
.github/workflows/ci-build.yaml
vendored
4
.github/workflows/ci-build.yaml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
id: pip-cache
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
echo "::set-output name=dir::$(pip cache dir)"
|
||||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||
- name: pip cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
@ -143,7 +143,7 @@ jobs:
|
||||
id: pip-cache
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
echo "::set-output name=dir::$(pip cache dir)"
|
||||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||
- name: pip cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
2
.github/workflows/upstream-nightly.yaml
vendored
2
.github/workflows/upstream-nightly.yaml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
--report-log output-${{ matrix.python-version }}-log.jsonl \
|
||||
tests \
|
||||
|| (
|
||||
echo '::set-output name=ARTIFACTS_AVAILABLE::true' && false
|
||||
echo 'ARTIFACTS_AVAILABLE=true' >> $GITHUB_OUTPUT && false
|
||||
)
|
||||
- name: Upload artifacts
|
||||
if: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user