Skip to content

Commit 3a893cb

Browse files
chore(deps): update github artifact actions (major) (#46)
1 parent eef9c93 commit 3a893cb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: make benchmark
5656

5757
- name: Upload Pytest Benchmark Results
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: pytest-benchmark-results
6161
path: benchmark.json
@@ -78,13 +78,13 @@ jobs:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Upload Markdown Benchmark Results
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: markdown-benchmark-results
8484
path: benchmarks/results/*.md
8585

8686
- name: Upload Pytest Benchmark Diff
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: pytest-benchmark-diff
9090
path: pytest_benchmark_diff.json

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
python -m cibuildwheel --output-dir wheelhouse
117117
118118
- name: Upload wheels
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v5
120120
with:
121121
name: ${{ matrix.artifact_name }}
122122
path: wheelhouse/*.whl
@@ -158,43 +158,43 @@ jobs:
158158
# Download wheels built on each runner
159159
# ----------------------------------------------------
160160
- name: Download manylinux 64-bit wheels
161-
uses: actions/download-artifact@v5
161+
uses: actions/download-artifact@v6
162162
with:
163163
name: "wheels-ubuntu-latest-manylinux-x64"
164164
path: wheelhouse/linux-many-x64
165165

166166
- name: Download manylinux 32-bit wheels
167-
uses: actions/download-artifact@v5
167+
uses: actions/download-artifact@v6
168168
with:
169169
name: "wheels-ubuntu-latest-manylinux-x86"
170170
path: wheelhouse/linux-many-x86
171171

172172
- name: Download musllinux 64-bit wheels
173-
uses: actions/download-artifact@v5
173+
uses: actions/download-artifact@v6
174174
with:
175175
name: "wheels-ubuntu-latest-musllinux-x64"
176176
path: wheelhouse/linux-musl-x64
177177

178178
- name: Download musllinux 32-bit wheels
179-
uses: actions/download-artifact@v5
179+
uses: actions/download-artifact@v6
180180
with:
181181
name: "wheels-ubuntu-latest-musllinux-x86"
182182
path: wheelhouse/linux-musl-x86
183183

184184
- name: Download macOS wheels
185-
uses: actions/download-artifact@v5
185+
uses: actions/download-artifact@v6
186186
with:
187187
name: "wheels-macos-latest"
188188
path: wheelhouse/macos
189189

190190
- name: Download Windows 64-bit wheels
191-
uses: actions/download-artifact@v5
191+
uses: actions/download-artifact@v6
192192
with:
193193
name: "wheels-windows-latest-x64"
194194
path: wheelhouse/windows-x64
195195

196196
- name: Download Windows 32-bit wheels
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
name: "wheels-windows-latest-x86"
200200
path: wheelhouse/windows-x86

0 commit comments

Comments
 (0)