Skip to content

Commit ecf5da0

Browse files
Bump the gha group across 1 directory with 4 updates (#341)
1 parent b11006c commit ecf5da0

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: cargo codspeed build
3737

3838
- name: Run the benchmarks
39-
uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9
39+
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164
4040
with:
4141
mode: instrumentation
4242
run: cargo codspeed run

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
echo "ARTIFACT_PATH=${ARCHIVE}.tar.gz*" >> $GITHUB_ENV
200200
201201
- name: Upload binary
202-
uses: actions/upload-artifact@v4
202+
uses: actions/upload-artifact@v5
203203
with:
204204
name: binary-${{ env.OS }}-${{ env.ARCH }}
205205
path: ${{ env.ARTIFACT_PATH }}
@@ -231,7 +231,7 @@ jobs:
231231
manylinux: auto
232232

233233
- name: Upload wheels
234-
uses: actions/upload-artifact@v4
234+
uses: actions/upload-artifact@v5
235235
with:
236236
name: wheels-linux-${{ matrix.platform.target }}
237237
path: dist
@@ -263,7 +263,7 @@ jobs:
263263
manylinux: musllinux_1_2
264264

265265
- name: Upload wheels
266-
uses: actions/upload-artifact@v4
266+
uses: actions/upload-artifact@v5
267267
with:
268268
name: wheels-musllinux-${{ matrix.platform.target }}
269269
path: dist
@@ -315,7 +315,7 @@ jobs:
315315
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
316316

317317
- name: Upload wheels
318-
uses: actions/upload-artifact@v4
318+
uses: actions/upload-artifact@v5
319319
with:
320320
name: wheels-windows-${{ matrix.platform.target }}
321321
path: dist
@@ -368,7 +368,7 @@ jobs:
368368
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
369369

370370
- name: Upload wheels
371-
uses: actions/upload-artifact@v4
371+
uses: actions/upload-artifact@v5
372372
with:
373373
name: wheels-macos-${{ matrix.platform.target }}
374374
path: dist
@@ -387,7 +387,7 @@ jobs:
387387
args: --out dist
388388

389389
- name: Upload sdist
390-
uses: actions/upload-artifact@v4
390+
uses: actions/upload-artifact@v5
391391
with:
392392
name: wheels-sdist
393393
path: dist
@@ -400,7 +400,7 @@ jobs:
400400
id-token: write
401401
attestations: write
402402
steps:
403-
- uses: actions/download-artifact@v5
403+
- uses: actions/download-artifact@v6
404404

405405
- name: Generate artifact attestation
406406
uses: actions/attest-build-provenance@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
30+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
3131
with:
3232
activate-environment: true
3333
enable-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
persist-credentials: false
3838

39-
- uses: actions/download-artifact@v5
39+
- uses: actions/download-artifact@v6
4040

4141
- name: Publish to PyPI
4242
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
persist-credentials: false
6363

6464
- name: Install uv
65-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
65+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
6666
with:
6767
activate-environment: true
6868
enable-cache: true
@@ -96,7 +96,7 @@ jobs:
9696
persist-credentials: false
9797

9898
- name: Install uv
99-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
99+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
100100
with:
101101
activate-environment: true
102102
enable-cache: true

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
27+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
2828
with:
2929
enable-cache: true
3030

0 commit comments

Comments
 (0)