From 1623dfcbd8ce76b1e9f5ccd7dc45bd4c49eafed1 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:20:48 +0200 Subject: [PATCH] Revert "all-repos: update actions/upload-artifact to v4 (#858)" (#866) This reverts commit fa5edd1ccfed46b710f081ab58132f17b4b32f1c. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73795ead..5d137aba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/* @@ -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/* @@ -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/*