Skip to content

Commit

Permalink
update some CI versions (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jul 25, 2024
1 parent b9d5fc0 commit 350db47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
CONDA_PREFIX: /opt/conda
container:
image: rapidsai/devcontainers:23.10-cpp-cuda11.8-mambaforge-ubuntu22.04
image: rapidsai/devcontainers:24.08-cpp-cuda11.8-mambaforge-ubuntu22.04
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} # GPU jobs must set this container env variable
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
./build.sh
python -m build -n --wheel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: legateboost-wheel
path: dist/legateboost*.whl
Expand All @@ -74,7 +74,7 @@ jobs:
working-directory: docs
run: |
make html
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: docs/build

Expand All @@ -99,4 +99,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 350db47

Please sign in to comment.