Skip to content

Commit

Permalink
Revert "all-repos: update actions/upload-artifact to v4 (#858)" (#866)
Browse files Browse the repository at this point in the history
This reverts commit fa5edd1.
  • Loading branch information
szokeasaurusrex authored Sep 4, 2024
1 parent a66bcd1 commit 1623dfc
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@v4
- uses: actions/upload-artifact@v3.1.1
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@v4
- uses: actions/upload-artifact@v3.1.1
with:
name: ${{ github.sha }}
path: py/dist/*
Expand All @@ -81,7 +81,7 @@ jobs:

- run: make sdist

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

0 comments on commit 1623dfc

Please sign in to comment.