From 0771ae15aab99cd5662ce8bd88ab4aef1e18aa8c Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Mon, 9 Sep 2024 09:29:11 +0100 Subject: [PATCH] ECC-1793: develop binary wheel use v3 of upload-artifact for manylinux --- .github/workflows/build-wheel-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index af28aff..de2a929 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -51,7 +51,7 @@ jobs: ################################################################ - run: ./scripts/wheel-linux.sh 3.8 - - uses: actions/@v4 + - uses: actions/upload-artifact@v3 name: Upload wheel 3.8 with: name: wheel-manylinux2014-3.8