Skip to content

Commit 182900b

Browse files
build(deps): bump the actions group with 4 updates (#277)
Bumps the actions group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `actions/upload-artifact` from 6 to 7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>v7 What's new</h2> <h3>Direct Uploads</h3> <p>Adds support for uploading single files directly (unzipped). Callers can set the new <code>archive</code> parameter to <code>false</code> to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The <code>name</code> parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.</p> <h3>ESM</h3> <p>To support new versions of the <code>@actions/*</code> packages, we've upgraded the package to ESM.</p> <h2>What's Changed</h2> <ul> <li>Add proxy integration test by <a href="https://github.com/Link"><code>@​Link</code></a>- in <a href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact#754</a></li> <li>Upgrade the module to ESM and bump dependencies by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/762">actions/upload-artifact#762</a></li> <li>Support direct file uploads by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/764">actions/upload-artifact#764</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Link"><code>@​Link</code></a>- made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact#754</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v6...v7.0.0">https://github.com/actions/upload-artifact/compare/v6...v7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"><code>bbbca2d</code></a> Support direct file uploads (<a href="https://redirect.github.com/actions/upload-artifact/issues/764">#764</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296"><code>589182c</code></a> Upgrade the module to ESM and bump dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/762">#762</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5"><code>47309c9</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/754">#754</a> from actions/Link-/add-proxy-integration-tests</li> <li><a href="https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0"><code>02a8460</code></a> Add proxy integration test</li> <li>See full diff in <a href="https://github.com/actions/upload-artifact/compare/v6...v7">compare view</a></li> </ul> </details> <br /> Updates `actions/download-artifact` from 7 to 8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h2>v8 - What's new</h2> <h3>Direct downloads</h3> <p>To support direct uploads in <code>actions/upload-artifact</code>, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the <code>Content-Type</code> header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new <code>skip-decompress</code> parameter to <code>false</code>.</p> <h3>Enforced checks (breaking)</h3> <p>A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the <code>digest-mismatch</code> parameter. To be secure by default, we are now defaulting the behavior to <code>error</code> which will fail the workflow run.</p> <h3>ESM</h3> <p>To support new versions of the @actions/* packages, we've upgraded the package to ESM.</p> <h2>What's Changed</h2> <ul> <li>Don't attempt to un-zip non-zipped downloads by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/460">actions/download-artifact#460</a></li> <li>Add a setting to specify what to do on hash mismatch and default it to <code>error</code> by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/461">actions/download-artifact#461</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/download-artifact/compare/v7...v8.0.0">https://github.com/actions/download-artifact/compare/v7...v8.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/download-artifact/commit/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3"><code>70fc10c</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/461">#461</a> from actions/danwkennedy/digest-mismatch-behavior</li> <li><a href="https://github.com/actions/download-artifact/commit/f258da9a506b755b84a09a531814700b86ccfc62"><code>f258da9</code></a> Add change docs</li> <li><a href="https://github.com/actions/download-artifact/commit/ccc058e5fbb0bb2352213eaec3491e117cbc4a5c"><code>ccc058e</code></a> Fix linting issues</li> <li><a href="https://github.com/actions/download-artifact/commit/bd7976ba57ecea96e6f3df575eb922d11a12a9fd"><code>bd7976b</code></a> Add a setting to specify what to do on hash mismatch and default it to <code>error</code></li> <li><a href="https://github.com/actions/download-artifact/commit/ac21fcf45e0aaee541c0f7030558bdad38d77d6c"><code>ac21fcf</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/460">#460</a> from actions/danwkennedy/download-no-unzip</li> <li><a href="https://github.com/actions/download-artifact/commit/15999bff51058bc7c19b50ebbba518eaef7c26c0"><code>15999bf</code></a> Add note about package bumps</li> <li><a href="https://github.com/actions/download-artifact/commit/974686ed5098c7f9c9289ec946b9058e496a2561"><code>974686e</code></a> Bump the version to <code>v8</code> and add release notes</li> <li><a href="https://github.com/actions/download-artifact/commit/fbe48b1d2756394be4cd4358ed3bc1343b330e75"><code>fbe48b1</code></a> Update test names to make it clearer what they do</li> <li><a href="https://github.com/actions/download-artifact/commit/96bf374a614d4360e225874c3efd6893a3f285e7"><code>96bf374</code></a> One more test fix</li> <li><a href="https://github.com/actions/download-artifact/commit/b8c4819ef592cbe04fd93534534b38f853864332"><code>b8c4819</code></a> Fix skip decompress test</li> <li>Additional commits viewable in <a href="https://github.com/actions/download-artifact/compare/v7...v8">compare view</a></li> </ul> </details> <br /> Updates `astral-sh/setup-uv` from 7.3.0 to 7.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p> <blockquote> <h2>v7.3.1 🌈 fall back to VERSION_CODENAME when VERSION_ID is not available</h2> <h2>Changes</h2> <p>This release adds support for running in containers like <code>debian:testing</code> or <code>debian:unstable</code></p> <h2>🐛 Bug fixes</h2> <ul> <li>fix: fall back to VERSION_CODENAME when VERSION_ID is not available <a href="https://github.com/eifinger-bot"><code>@​eifinger-bot</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/774">#774</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore: update known checksums for 0.10.6 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/771">#771</a>)</li> <li>chore: update known checksums for 0.10.5 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/770">#770</a>)</li> <li>chore: update known checksums for 0.10.4 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/768">#768</a>)</li> <li>chore: update known checksums for 0.10.3 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/767">#767</a>)</li> <li>chore: update known checksums for 0.10.2 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/765">#765</a>)</li> <li>chore: update known checksums for 0.10.1 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/764">#764</a>)</li> </ul> <h2>⬆️ Dependency updates</h2> <ul> <li>Bump github/codeql-action from 4.31.9 to 4.32.2 @<a href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/766">#766</a>)</li> <li>Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 @<a href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/763">#763</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/5a095e7a2014a4212f075830d4f7277575a9d098"><code>5a095e7</code></a> Bump github/codeql-action from 4.31.9 to 4.32.2 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/766">#766</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/b12532f27f2f9c4460049b29dd0ad8c3a3d8f93c"><code>b12532f</code></a> fix: fall back to VERSION_CODENAME when VERSION_ID is not available (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/774">#774</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/0098a7571ce5c86752e28c0868b41650866a8f4c"><code>0098a75</code></a> chore: update known checksums for 0.10.6 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/771">#771</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/2e7ed0e2bb3523ea417fa281f54c8d3a39f96e75"><code>2e7ed0e</code></a> chore: update known checksums for 0.10.5 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/770">#770</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/04224aa8caab79e9c08d41c1ef06d6394aafe6a0"><code>04224aa</code></a> chore: update known checksums for 0.10.4 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/768">#768</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/2bc602ff898ad0e7220b651a4a0f450b5ba2cd40"><code>2bc602f</code></a> chore: update known checksums for 0.10.3 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/767">#767</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/dd9d748439ebdfa6b3a3ff28bac088d074755740"><code>dd9d748</code></a> chore: update known checksums for 0.10.2 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/765">#765</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/14eede1834c1e02d069cd925692dd1fd2373e30e"><code>14eede1</code></a> chore: update known checksums for 0.10.1 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/764">#764</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/c452423b2c42b215b0b2c5c6f98322aaea91c771"><code>c452423</code></a> Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/763">#763</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/setup-uv/compare/eac588ad8def6316056a12d4907a9d4d84ff7a3b...5a095e7a2014a4212f075830d4f7277575a9d098">compare view</a></li> </ul> </details> <br /> Updates `PyO3/maturin-action` from 1.50.0 to 1.50.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyo3/maturin-action/releases">PyO3/maturin-action's releases</a>.</em></p> <blockquote> <h2>v1.50.1</h2> <h2>What's Changed</h2> <ul> <li>Remove ziglang bound by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/PyO3/maturin-action/pull/418">PyO3/maturin-action#418</a></li> <li>Try reactivating Windows ARM by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/PyO3/maturin-action/pull/419">PyO3/maturin-action#419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyO3/maturin-action/compare/v1...v1.50.1">https://github.com/PyO3/maturin-action/compare/v1...v1.50.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/maturin-action/commit/04ac600d27cdf7a9a280dadf7147097c42b757ad"><code>04ac600</code></a> Bump version to v1.50.1</li> <li><a href="https://github.com/PyO3/maturin-action/commit/e37e22d8060a5a52f11b78bec06c4157dfff8150"><code>e37e22d</code></a> Fix riscv64 musl docker image tag naming</li> <li><a href="https://github.com/PyO3/maturin-action/commit/6d51287663ae4f10bf0d84cd8f9579b15d11425e"><code>6d51287</code></a> Update versions-manifest.json (<a href="https://redirect.github.com/pyo3/maturin-action/issues/422">#422</a>)</li> <li><a href="https://github.com/PyO3/maturin-action/commit/78e90b064177c51bc09b70b391c48bb558898810"><code>78e90b0</code></a> Add arm64 support in generate-versions-manifest.py</li> <li><a href="https://github.com/PyO3/maturin-action/commit/48c1d48d1c86ae2b26215d6a954e0cd328d32442"><code>48c1d48</code></a> Revert &quot;Update versions-manifest.json (<a href="https://redirect.github.com/pyo3/maturin-action/issues/420">#420</a>)&quot; (<a href="https://redirect.github.com/pyo3/maturin-action/issues/421">#421</a>)</li> <li><a href="https://github.com/PyO3/maturin-action/commit/63daa2eebd886519d67e725e250546a75fdb1646"><code>63daa2e</code></a> Update versions-manifest.json (<a href="https://redirect.github.com/pyo3/maturin-action/issues/420">#420</a>)</li> <li><a href="https://github.com/PyO3/maturin-action/commit/44f102c4b94ab05071a9e354229cba98226c14e5"><code>44f102c</code></a> Try reactivating Windows ARM (<a href="https://redirect.github.com/pyo3/maturin-action/issues/419">#419</a>)</li> <li><a href="https://github.com/PyO3/maturin-action/commit/204351f0e594407086f027fc26fef8a6cf294f61"><code>204351f</code></a> Remove ziglang bound (<a href="https://redirect.github.com/pyo3/maturin-action/issues/418">#418</a>)</li> <li><a href="https://github.com/PyO3/maturin-action/commit/a17783c5570aa2ab7bc5c6c4c1a7dd68249f8767"><code>a17783c</code></a> Bump minimatch (<a href="https://redirect.github.com/pyo3/maturin-action/issues/417">#417</a>)</li> <li><a href="https://github.com/PyO3/maturin-action/commit/6d0737c14657950f77de02babe1951b6241bf5fa"><code>6d0737c</code></a> Update versions-manifest.json (<a href="https://redirect.github.com/pyo3/maturin-action/issues/416">#416</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyo3/maturin-action/compare/b1bd829e37fef14c63f19162034228a2f3dc1021...04ac600d27cdf7a9a280dadf7147097c42b757ad">compare view</a></li> </ul> </details> <br /> --- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f488d5 commit 182900b

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- run: cargo build --bin cpp-linter --release
6464
if: steps.cache.outputs.cache-hit != 'true' || steps.validate.outputs.cache-valid == 'false'
6565
- name: Upload build artifact
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: ${{ matrix.name }}
6969
path: ${{ env.BIN }}
@@ -90,7 +90,7 @@ jobs:
9090
# yum update -y
9191
# yum install -y openssl openssl-devel
9292
# - name: Upload wheels
93-
# uses: actions/upload-artifact@v6
93+
# uses: actions/upload-artifact@v7
9494
# with:
9595
# name: wheel
9696
# path: dist/cpp_linter-*-cp3*-abi3-*.whl
@@ -113,7 +113,7 @@ jobs:
113113
persist-credentials: false
114114

115115
- name: Download built binaries
116-
uses: actions/download-artifact@v7
116+
uses: actions/download-artifact@v8
117117

118118
- name: Install cargo-binstall
119119
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install nushell
127127
uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.22
128128
- name: Install uv
129-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
129+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
130130

131131
- name: Run benchmark script
132132
working-directory: benchmark

.github/workflows/binary-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
tar -a -c -v -f "${arc_name}" ${tgt} LICENSE
154154
155155
- name: Upload artifacts
156-
uses: actions/upload-artifact@v6
156+
uses: actions/upload-artifact@v7
157157
with:
158158
name: cpp-linter-${{ matrix.target }}
159159
path: cpp-linter-${{ matrix.target }}*
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
python-version: 3.x
178178
- name: Download built assets
179-
uses: actions/download-artifact@v7
179+
uses: actions/download-artifact@v8
180180
with:
181181
pattern: cpp-linter-*
182182
path: dist

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: ~/.cargo
5858
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
5959
- name: Install uv
60-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
60+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
6161
- name: Install cargo-binstall
6262
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
6363
env:
@@ -88,7 +88,7 @@ jobs:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
9090
- name: Install uv
91-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
91+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
9292
- name: Install cargo-binstall
9393
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
9494
env:
@@ -99,7 +99,7 @@ jobs:
9999
GITHUB_TOKEN: ${{ github.token }}
100100
- run: nur docs rs
101101
- name: upload rustdoc build as artifact
102-
uses: actions/upload-artifact@v6
102+
uses: actions/upload-artifact@v7
103103
with:
104104
path: target/doc
105105
name: cpp-linter-api_docs

.github/workflows/node-js-packaging.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: ${{ matrix.settings.build }}
126126
shell: bash
127127
- name: Upload artifact
128-
uses: actions/upload-artifact@v6
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: bindings-${{ matrix.settings.target }}
131131
path: |
@@ -175,7 +175,7 @@ jobs:
175175
rm -rf target
176176
rm -rf .yarn/cache
177177
- name: Upload artifact
178-
uses: actions/upload-artifact@v6
178+
uses: actions/upload-artifact@v7
179179
with:
180180
name: bindings-freebsd
181181
path: bindings/node/${{ env.APP_NAME }}.*.node
@@ -217,7 +217,7 @@ jobs:
217217
- name: Install dependencies
218218
run: yarn install
219219
- name: Download artifacts
220-
uses: actions/download-artifact@v7
220+
uses: actions/download-artifact@v8
221221
with:
222222
name: bindings-${{ matrix.settings.target }}
223223
path: bindings/node
@@ -277,7 +277,7 @@ jobs:
277277
yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
278278
yarn install
279279
- name: Download artifacts
280-
uses: actions/download-artifact@v7
280+
uses: actions/download-artifact@v8
281281
with:
282282
name: bindings-${{ matrix.target }}
283283
path: bindings/node
@@ -330,7 +330,7 @@ jobs:
330330
working-directory: bindings/node
331331
run: yarn napi create-npm-dirs
332332
- name: Download all artifacts
333-
uses: actions/download-artifact@v7
333+
uses: actions/download-artifact@v8
334334
with:
335335
path: bindings/node/artifacts
336336
- name: Move artifacts

.github/workflows/python-packaging.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
8181
- name: Build wheels
82-
uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
82+
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
8383
with:
8484
target: ${{ matrix.platform.target }}
8585
args: --release --out dist --find-interpreter ${{ steps.is-openssl-vendored.outputs.enabled }}
@@ -99,7 +99,7 @@ jobs:
9999
;;
100100
esac
101101
- name: Upload wheels
102-
uses: actions/upload-artifact@v6
102+
uses: actions/upload-artifact@v7
103103
with:
104104
name: wheels-linux-${{ matrix.platform.target }}
105105
path: dist/*
@@ -122,13 +122,13 @@ jobs:
122122
python-version: '3.x'
123123
architecture: ${{ matrix.platform.target }}
124124
- name: Build wheels
125-
uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
125+
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
126126
with:
127127
target: ${{ matrix.platform.target }}
128128
args: --release --out dist --find-interpreter
129129
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
130130
- name: Upload wheels
131-
uses: actions/upload-artifact@v6
131+
uses: actions/upload-artifact@v7
132132
with:
133133
name: wheels-windows-${{ matrix.platform.target }}
134134
path: dist/*
@@ -151,13 +151,13 @@ jobs:
151151
with:
152152
python-version: '3.x'
153153
- name: Build wheels
154-
uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
154+
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
155155
with:
156156
target: ${{ matrix.platform.target }}
157157
args: --release --out dist --find-interpreter --features openssl-vendored
158158
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
159159
- name: Upload wheels
160-
uses: actions/upload-artifact@v6
160+
uses: actions/upload-artifact@v7
161161
with:
162162
name: wheels-macos-${{ matrix.platform.target }}
163163
path: dist/*
@@ -172,12 +172,12 @@ jobs:
172172
with:
173173
python-version: 3.x
174174
- name: Build sdist
175-
uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
175+
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
176176
with:
177177
command: sdist
178178
args: --out dist
179179
- name: Upload sdist
180-
uses: actions/upload-artifact@v6
180+
uses: actions/upload-artifact@v7
181181
with:
182182
name: wheels-sdist
183183
path: dist/*
@@ -189,7 +189,7 @@ jobs:
189189
permissions:
190190
id-token: write
191191
steps:
192-
- uses: actions/download-artifact@v7
192+
- uses: actions/download-artifact@v8
193193
with:
194194
pattern: wheels-*
195195
path: dist

.github/workflows/run-dev-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.x
7070

7171
- name: Install uv
72-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
72+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
7373
with:
7474
enable-cache: true
7575
cache-dependency-glob: "uv.lock"
@@ -217,7 +217,7 @@ jobs:
217217
run: nur test llvm-cov
218218

219219
- name: Upload coverage data
220-
uses: actions/upload-artifact@v6
220+
uses: actions/upload-artifact@v7
221221
with:
222222
name: HTML_report-${{ runner.os }}
223223
path: target/llvm-cov/html

0 commit comments

Comments
 (0)