Skip to content

Commit

Permalink
Update artifact actions from v3 to v4 in build_wheels.yml (mlcommons#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanw-mlc authored Nov 8, 2024
1 parent d3c01ed commit dffd292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

# Save wheels as artifacts
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
path: wheels
Expand All @@ -106,19 +106,19 @@ jobs:

# Download the built wheels from ubuntu
- name: Download Ubuntu wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels-ubuntu-latest
path: wheels
# Download the built wheels from macOS
- name: Download macOS wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels-macos-latest
path: wheels
# Download the built wheels from Windows
- name: Download Windows wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels-windows-latest
path: wheels
Expand Down

0 comments on commit dffd292

Please sign in to comment.