From f4aa67c9717918c4db4c8e39288b872d6dca4b76 Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sat, 1 Jun 2024 08:43:42 +0100 Subject: [PATCH] Update testpypi.yaml (#115) Sets same version of upload-artifact throughout --- .github/workflows/testpypi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testpypi.yaml b/.github/workflows/testpypi.yaml index 4977592..60d4de6 100644 --- a/.github/workflows/testpypi.yaml +++ b/.github/workflows/testpypi.yaml @@ -40,7 +40,7 @@ jobs: python examples/python/example_sdp.py - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist @@ -92,7 +92,7 @@ jobs: python examples/python/example_sdp.py - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist @@ -125,7 +125,7 @@ jobs: python examples/python/example_sdp.py - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist