File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Download llvmdev Artifact
4444 if : ${{ inputs.llvmdev_run_id != '' }}
45- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
45+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4646 with :
4747 name : llvmdev_linux-64
4848 path : llvmdev_conda_packages
8787 uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
8888
8989 - name : Download llvmlite artifact
90- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
90+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9191 with :
9292 name : llvmlite-linux-64-py${{ matrix.python-version }}
9393
Original file line number Diff line number Diff line change 4242
4343 - name : Download llvmdev Artifact
4444 if : ${{ inputs.llvmdev_run_id != '' }}
45- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
45+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4646 with :
4747 name : llvmdev_win-64
4848 path : llvmdev_conda_packages
8787 uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
8888
8989 - name : Download llvmlite artifact
90- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
90+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9191 with :
9292 name : llvmlite-win-64-py${{ matrix.python-version }}
9393
Original file line number Diff line number Diff line change 5151
5252 - name : Download llvmdev Artifact
5353 if : ${{ inputs.llvmdev_run_id != '' }}
54- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
54+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5555 with :
5656 name : llvmdev_win-64
5757 path : llvmdev_conda_packages
@@ -108,7 +108,7 @@ jobs:
108108 run : conda install -c defaults py-lief wheel twine keyring rfc3986
109109
110110 - name : Download llvmlite wheels
111- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
111+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
112112 with :
113113 name : llvmlite-win-64-py${{ matrix.python-version }}
114114 path : dist
@@ -141,7 +141,7 @@ jobs:
141141 python-version : ${{ matrix.python-version }}
142142
143143 - name : Download llvmlite wheel
144- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
144+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
145145 with :
146146 name : llvmlite-win-64-py${{ matrix.python-version }}
147147 path : dist
You can’t perform that action at this time.
0 commit comments