diff --git a/.github/workflows/llvmlite_conda_builder.yml b/.github/workflows/llvmlite_conda_builder.yml index 6f7f18240..26cbafa51 100644 --- a/.github/workflows/llvmlite_conda_builder.yml +++ b/.github/workflows/llvmlite_conda_builder.yml @@ -98,7 +98,7 @@ jobs: - name: Download llvmdev Artifact if: ${{ inputs.llvmdev_run_id != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmdev_${{ matrix.platform }} path: llvmdev_conda_packages @@ -152,7 +152,7 @@ jobs: uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0 - name: Download llvmlite artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-${{ matrix.platform }}-py${{ matrix.python-version }} diff --git a/.github/workflows/llvmlite_linux-64_wheel_builder.yml b/.github/workflows/llvmlite_linux-64_wheel_builder.yml index 39e77f31b..41f080817 100644 --- a/.github/workflows/llvmlite_linux-64_wheel_builder.yml +++ b/.github/workflows/llvmlite_linux-64_wheel_builder.yml @@ -53,7 +53,7 @@ jobs: - name: Download llvmdev Artifact if: ${{ inputs.llvmdev_run_id != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmdev_for_wheel_linux-64 path: llvmdev_conda_packages @@ -143,7 +143,7 @@ jobs: run: conda install -c defaults wheel twine keyring rfc3986 - name: Download llvmlite wheels - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-linux-64-py${{ matrix.python-version }} path: dist @@ -177,7 +177,7 @@ jobs: allow-prereleases: true - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-linux-64-py${{ matrix.python-version }} path: dist @@ -242,7 +242,7 @@ jobs: run: conda install -c anaconda anaconda-client - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-linux-64-py${{ matrix.python-version }} path: dist diff --git a/.github/workflows/llvmlite_linux-aarch64_wheel_builder.yml b/.github/workflows/llvmlite_linux-aarch64_wheel_builder.yml index 18caa24b8..69015711c 100644 --- a/.github/workflows/llvmlite_linux-aarch64_wheel_builder.yml +++ b/.github/workflows/llvmlite_linux-aarch64_wheel_builder.yml @@ -53,7 +53,7 @@ jobs: - name: Download llvmdev Artifact if: ${{ inputs.llvmdev_run_id != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmdev_for_wheel_linux-aarch64 path: llvmdev_conda_packages @@ -140,7 +140,7 @@ jobs: run: conda install -c defaults wheel twine keyring rfc3986 - name: Download llvmlite wheels - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-linux-aarch64-py${{ matrix.python-version }} path: dist @@ -174,7 +174,7 @@ jobs: allow-prereleases: true - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-linux-aarch64-py${{ matrix.python-version }} path: dist @@ -239,7 +239,7 @@ jobs: run: conda install -c anaconda anaconda-client - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-linux-aarch64-py${{ matrix.python-version }} path: dist diff --git a/.github/workflows/llvmlite_osx-arm64_wheel_builder.yml b/.github/workflows/llvmlite_osx-arm64_wheel_builder.yml index 4b0dc4baf..bfb5e4a5d 100644 --- a/.github/workflows/llvmlite_osx-arm64_wheel_builder.yml +++ b/.github/workflows/llvmlite_osx-arm64_wheel_builder.yml @@ -57,7 +57,7 @@ jobs: - name: Download llvmdev Artifact if: ${{ inputs.llvmdev_run_id != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmdev_for_wheel_osx-arm64 path: llvmdev_conda_packages @@ -150,7 +150,7 @@ jobs: run: conda install -c defaults wheel twine keyring rfc3986 - name: Download llvmlite wheels - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-osx-arm64-py${{ matrix.python-version }} path: dist @@ -180,7 +180,7 @@ jobs: allow-prereleases: true - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-osx-arm64-py${{ matrix.python-version }} path: dist @@ -226,7 +226,7 @@ jobs: run: conda install -c anaconda anaconda-client - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-osx-arm64-py${{ matrix.python-version }} path: dist diff --git a/.github/workflows/llvmlite_win-64_wheel_builder.yml b/.github/workflows/llvmlite_win-64_wheel_builder.yml index 15f52d87a..2dd8486d8 100644 --- a/.github/workflows/llvmlite_win-64_wheel_builder.yml +++ b/.github/workflows/llvmlite_win-64_wheel_builder.yml @@ -64,7 +64,7 @@ jobs: - name: Download llvmdev Artifact if: ${{ inputs.llvmdev_run_id != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmdev_for_wheel_win-64 path: llvmdev_conda_packages @@ -134,7 +134,7 @@ jobs: run: conda install -c defaults py-lief wheel twine keyring rfc3986 - name: Download llvmlite wheels - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-win-64-py${{ matrix.python-version }} path: dist @@ -168,7 +168,7 @@ jobs: allow-prereleases: true - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-win-64-py${{ matrix.python-version }} path: dist @@ -220,7 +220,7 @@ jobs: run: conda install -c anaconda anaconda-client - name: Download llvmlite wheel - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: llvmlite-win-64-py${{ matrix.python-version }} path: dist diff --git a/.github/workflows/upload_packages.yml b/.github/workflows/upload_packages.yml index dfa724ad0..96cd61885 100644 --- a/.github/workflows/upload_packages.yml +++ b/.github/workflows/upload_packages.yml @@ -149,7 +149,7 @@ jobs: steps: - name: Download wheels artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: wheels path: dist @@ -180,7 +180,7 @@ jobs: steps: - name: Download wheels artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: wheels path: dist @@ -220,13 +220,13 @@ jobs: run: conda install -c anaconda anaconda-client - name: Download conda packages artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: conda-packages path: conda_packages - name: Download wheels artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: wheels path: dist