Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-gasnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
ls -lAhR "${CONDA_OUTPUT}"

- name: Upload gasnet wrapper artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.ARTIFACT_PATH }}
2 changes: 1 addition & 1 deletion .github/workflows/gh-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
ls -lAhR "${CONDA_OUTPUT}"

- name: Upload mpi wrapper artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.ARTIFACT_PATH }}
2 changes: 1 addition & 1 deletion .github/workflows/source-build-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
- name: C++ build upload
env:
BUILD_NAME: ${{ matrix.ARCH }}-gcc${{ matrix.GCC_VER }}-${{ matrix.BUILD_MODE }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: source-build-${{ env.BUILD_NAME }}
# We have already compressed the artifact, no need for github to try and
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source-build-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: C++ build upload
env:
BUILD_NAME: ${{ matrix.ARCH }}-cuda12-gcc${{ matrix.GCC_VER }}-${{ matrix.BUILD_MODE }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: source-build-${{ env.BUILD_NAME }}
# We have already compressed the artifact, no need for github to try and
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: C++ wheel upload
env:
BUILD_NAME: ${{ matrix.ARCH }}-${{ matrix.TARGET_DEV }}-cuda12-py${{ matrix.PY_VER }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: legate-wheel-${{ env.BUILD_NAME }}
path: final-dist/*.whl
2 changes: 1 addition & 1 deletion .github/workflows/wheels-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Wheel upload
env:
BUILD_NAME: mac-arm64-py${{ matrix.PY_VER }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: wheel-${{ env.BUILD_NAME }}
path: wheelhouse/*.whl