WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 55fc6f2

Browse files
authored
Merge pull request #1339 from numba/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 03e2c90 + e62ad32 commit 55fc6f2

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

.github/workflows/llvmdev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
ls -lah "${CONDA_CHANNEL_DIR}"
141141
142142
- name: Upload conda package
143-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
143+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
144144
with:
145145
name: ${{ matrix.recipe }}_${{ matrix.platform }}
146146
path: conda_channel_dir

.github/workflows/llvmlite_conda_builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Download llvmdev Artifact
9696
if: ${{ inputs.llvmdev_run_id != '' }}
97-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
97+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9898
with:
9999
name: llvmdev_${{ matrix.platform }}
100100
path: llvmdev_conda_packages
@@ -119,7 +119,7 @@ jobs:
119119
conda build --debug -c "${LLVMDEV_CHANNEL}" "${extra_args[@]}" -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder="${CONDA_CHANNEL_DIR}" --no-test
120120
121121
- name: Upload llvmlite conda package
122-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
122+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
123123
with:
124124
name: llvmlite-${{ matrix.platform }}-py${{ matrix.python-version }}
125125
path: conda_channel_dir
@@ -148,7 +148,7 @@ jobs:
148148
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
149149

150150
- name: Download llvmlite artifact
151-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
151+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
152152
with:
153153
name: llvmlite-${{ matrix.platform }}-py${{ matrix.python-version }}
154154

.github/workflows/llvmlite_linux-64_wheel_builder.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Download llvmdev Artifact
4949
if: ${{ inputs.llvmdev_run_id != '' }}
50-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
50+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5151
with:
5252
name: llvmdev_for_wheel_linux-64
5353
path: llvmdev_conda_packages
@@ -98,7 +98,7 @@ jobs:
9898
find wheelhouse -type f -name "*.whl" -print
9999
100100
- name: Upload wheel
101-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
101+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
102102
with:
103103
name: llvmlite-linux-64-py${{ matrix.python-version }}
104104
path: wheelhouse/*.whl
@@ -136,7 +136,7 @@ jobs:
136136
run: conda install -c defaults wheel twine keyring rfc3986
137137

138138
- name: Download llvmlite wheels
139-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
139+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
140140
with:
141141
name: llvmlite-linux-64-py${{ matrix.python-version }}
142142
path: dist
@@ -170,7 +170,7 @@ jobs:
170170
allow-prereleases: true
171171

172172
- name: Download llvmlite wheel
173-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
173+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
174174
with:
175175
name: llvmlite-linux-64-py${{ matrix.python-version }}
176176
path: dist
@@ -232,7 +232,7 @@ jobs:
232232
run: conda install -c anaconda anaconda-client
233233

234234
- name: Download llvmlite wheel
235-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
235+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
236236
with:
237237
name: llvmlite-linux-64-py${{ matrix.python-version }}
238238
path: dist

.github/workflows/llvmlite_linux-aarch64_wheel_builder.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Download llvmdev Artifact
4949
if: ${{ inputs.llvmdev_run_id != '' }}
50-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
50+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5151
with:
5252
name: llvmdev_for_wheel_linux-aarch64
5353
path: llvmdev_conda_packages
@@ -95,7 +95,7 @@ jobs:
9595
find wheelhouse -type f -name "*.whl" -print
9696
9797
- name: Upload wheel
98-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
98+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9999
with:
100100
name: llvmlite-linux-aarch64-py${{ matrix.python-version }}
101101
path: wheelhouse/*.whl
@@ -133,7 +133,7 @@ jobs:
133133
run: conda install -c defaults wheel twine keyring rfc3986
134134

135135
- name: Download llvmlite wheels
136-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
136+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
137137
with:
138138
name: llvmlite-linux-aarch64-py${{ matrix.python-version }}
139139
path: dist
@@ -167,7 +167,7 @@ jobs:
167167
allow-prereleases: true
168168

169169
- name: Download llvmlite wheel
170-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
170+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
171171
with:
172172
name: llvmlite-linux-aarch64-py${{ matrix.python-version }}
173173
path: dist
@@ -229,7 +229,7 @@ jobs:
229229
run: conda install -c anaconda anaconda-client
230230

231231
- name: Download llvmlite wheel
232-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
232+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
233233
with:
234234
name: llvmlite-linux-aarch64-py${{ matrix.python-version }}
235235
path: dist

.github/workflows/llvmlite_osx-arm64_wheel_builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Download llvmdev Artifact
5555
if: ${{ inputs.llvmdev_run_id != '' }}
56-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
56+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5757
with:
5858
name: llvmdev_for_wheel_osx-arm64
5959
path: llvmdev_conda_packages
@@ -89,7 +89,7 @@ jobs:
8989
arch -arm64 python -m build --wheel --no-isolation
9090
9191
- name: Upload wheel
92-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9393
with:
9494
name: llvmlite-osx-arm64-py${{ matrix.python-version }}
9595
path: dist/*.whl
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload sdist (once with python 3.10)
105105
if: ${{ matrix.python-version == '3.10' }}
106-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
107107
with:
108108
name: llvmlite-sdist
109109
path: dist/*.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140
run: conda install -c defaults wheel twine keyring rfc3986
141141

142142
- name: Download llvmlite wheels
143-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
143+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
144144
with:
145145
name: llvmlite-osx-arm64-py${{ matrix.python-version }}
146146
path: dist
@@ -170,7 +170,7 @@ jobs:
170170
allow-prereleases: true
171171

172172
- name: Download llvmlite wheel
173-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
173+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
174174
with:
175175
name: llvmlite-osx-arm64-py${{ matrix.python-version }}
176176
path: dist
@@ -213,7 +213,7 @@ jobs:
213213
run: conda install -c anaconda anaconda-client
214214

215215
- name: Download llvmlite wheel
216-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
216+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
217217
with:
218218
name: llvmlite-osx-arm64-py${{ matrix.python-version }}
219219
path: dist

.github/workflows/llvmlite_win-64_wheel_builder.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Download llvmdev Artifact
6161
if: ${{ inputs.llvmdev_run_id != '' }}
62-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
62+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6363
with:
6464
name: llvmdev_for_wheel_win-64
6565
path: llvmdev_conda_packages
@@ -92,7 +92,7 @@ jobs:
9292
ls -l dist
9393
9494
- name: Upload llvmlite wheel
95-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696
with:
9797
name: llvmlite-win-64-py${{ matrix.python-version }}
9898
path: dist/*.whl
@@ -129,7 +129,7 @@ jobs:
129129
run: conda install -c defaults py-lief wheel twine keyring rfc3986
130130

131131
- name: Download llvmlite wheels
132-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
132+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
133133
with:
134134
name: llvmlite-win-64-py${{ matrix.python-version }}
135135
path: dist
@@ -163,7 +163,7 @@ jobs:
163163
allow-prereleases: true
164164

165165
- name: Download llvmlite wheel
166-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
166+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
167167
with:
168168
name: llvmlite-win-64-py${{ matrix.python-version }}
169169
path: dist
@@ -212,7 +212,7 @@ jobs:
212212
run: conda install -c anaconda anaconda-client
213213

214214
- name: Download llvmlite wheel
215-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
215+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
216216
with:
217217
name: llvmlite-win-64-py${{ matrix.python-version }}
218218
path: dist

0 commit comments

Comments
 (0)