Skip to content

Commit

Permalink
all-repos: update actions/upload-artifact to v4 (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Sep 2, 2024
1 parent 63daf8f commit fa5edd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# consumed by cargo and setup.py to obtain the target dir
CARGO_BUILD_TARGET: ${{ matrix.target }}

- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: py/dist/*
Expand All @@ -63,7 +63,7 @@ jobs:
name: Build in Docker (x86_64)
run: make wheel-manylinux IMAGE=quay.io/pypa/"$MANYLINUX_VERSION"_x86_64

- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: py/dist/*
Expand All @@ -81,7 +81,7 @@ jobs:

- run: make sdist

- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: py/dist/*

0 comments on commit fa5edd1

Please sign in to comment.