diff --git a/.github/workflows/build-wheel-linux-arm64.yaml b/.github/workflows/build-wheel-linux-arm64.yaml index 85295df017..fd6da7a50d 100644 --- a/.github/workflows/build-wheel-linux-arm64.yaml +++ b/.github/workflows/build-wheel-linux-arm64.yaml @@ -249,7 +249,7 @@ jobs: bash /catalyst/.github/workflows/scripts/linux_arm64/rh8/build_catalyst.sh $GCC_VERSION ${{ matrix.python_version.official }} ${{ matrix.python_version.subversion }} ${{ matrix.python_version.package }} ${{ matrix.python_version.alternative }} - name: Upload Wheel Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.4 with: name: catalyst-linux_arm64-wheel-py-${{ matrix.python_version.official}}.zip path: wheel/ diff --git a/.github/workflows/build-wheel-macos-arm64.yaml b/.github/workflows/build-wheel-macos-arm64.yaml index 7df0000e61..f23fecf340 100644 --- a/.github/workflows/build-wheel-macos-arm64.yaml +++ b/.github/workflows/build-wheel-macos-arm64.yaml @@ -363,7 +363,7 @@ jobs: delocate-wheel --require-archs=arm64 -w ./wheel -v dist/*.whl --ignore-missing-dependencies -vv - name: Upload Wheel Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.4 with: name: catalyst-macos_arm64-wheel-py-${{ matrix.python_version }}.zip path: wheel/ @@ -410,7 +410,7 @@ jobs: - name: Install OQC client if: ${{ matrix.python_version == '3.9' || matrix.python_version == '3.10'}} run: | - python${{ matrix.python_version }} -m pip install 'oqc-qcaas-client<3.6.0' + python${{ matrix.python_version }} -m pip install oqc-qcaas-client - name: Install Catalyst run: | diff --git a/.github/workflows/build-wheel-macos-x86_64.yaml b/.github/workflows/build-wheel-macos-x86_64.yaml index 1b1d4d8a9f..1960fd275a 100644 --- a/.github/workflows/build-wheel-macos-x86_64.yaml +++ b/.github/workflows/build-wheel-macos-x86_64.yaml @@ -333,7 +333,7 @@ jobs: delocate-wheel --require-archs=x86_64 -w ./wheel -v dist/*.whl --ignore-missing-dependencies -vv - name: Upload Wheel Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.4 with: name: catalyst-macos_x86_64-wheel-py-${{ matrix.python_version }}.zip path: wheel/ diff --git a/.github/workflows/check-catalyst.yaml b/.github/workflows/check-catalyst.yaml index 23f87d5d1b..cb47a3ab01 100644 --- a/.github/workflows/check-catalyst.yaml +++ b/.github/workflows/check-catalyst.yaml @@ -69,7 +69,7 @@ jobs: - name: Upload Catalyst-Runtime Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.4 with: name: runtime-build-${{ matrix.compiler }} path: | @@ -78,7 +78,7 @@ jobs: retention-days: 1 - name: Upload OQC-Runtime Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.4 with: name: oqc-build-${{ matrix.compiler }} path: | @@ -378,12 +378,11 @@ jobs: make dialects - name: Upload Quantum Build Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.4 with: name: quantum-build-${{ matrix.compiler }} path: | quantum-build/bin - quantum-build/lib/lib*.so* quantum-build/python_packages/* retention-days: 1