Skip to content

Commit

Permalink
bump upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Apr 1, 2024
1 parent 4bf78c6 commit ec0d26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
run: cd oxen && maturin build --release --out dist --sdist --interpreter ${PY_LOCATION}/bin/python
if: matrix.platform.name == 'Ubuntu Latest'
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: oxen/dist
Expand All @@ -197,7 +197,7 @@ jobs:
# args: --out dist
# working-directory: oxen
# - name: Upload sdist
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: wheels
# path: dist
Expand Down

0 comments on commit ec0d26f

Please sign in to comment.