From 035830b567e03132585fa535ab44bbf1ae8f679c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 20 Sep 2024 15:27:15 +0100 Subject: [PATCH] update github actions/upload-artifact since old version no longer works --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72979b9..71718c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: python setup.py bdist_wheel --plat-name macosx_10_15_x86_64 - name: Upload build Artifact wheel - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.2.1 with: name: wheel path: dist/* @@ -106,7 +106,7 @@ jobs: # # # - name: Upload build Artifact wheel -# uses: actions/upload-artifact@v2.2.4 +# uses: actions/upload-artifact@v3.2.1 # with: # name: wheel # path: dist/* @@ -154,7 +154,7 @@ jobs: # python setup.py bdist_wheel --plat-name macosx_11_0_arm64 # # - name: Upload build Artifact wheel -# uses: actions/upload-artifact@v2.2.4 +# uses: actions/upload-artifact@v3.2.1 # with: # name: wheel # path: dist/* @@ -207,7 +207,7 @@ jobs: python setup.py bdist_wheel --plat-name manylinux2014_x86_64 - name: Upload build Artifact wheel - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.2.1 with: name: wheel path: dist/* @@ -239,7 +239,7 @@ jobs: # python3 setup.py bdist_wheel # # - name: Upload build Artifact wheel -# uses: actions/upload-artifact@v2.2.4 +# uses: actions/upload-artifact@v3.2.1 # with: # name: wheel # path: dist/* @@ -294,7 +294,7 @@ jobs: shell: cmd - name: Upload build Artifact wheel - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.2.1 with: name: wheel path: dist/* @@ -341,7 +341,7 @@ jobs: python setup.py sdist - name: Upload build Artifact wheel - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.2.1 with: name: wheel path: dist/* @@ -373,7 +373,7 @@ jobs: python setup.py sdist - name: Upload build Artifact wheel - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.2.1 with: name: wheel path: dynamic/dist/*