Skip to content

Commit c79f67c

Browse files
dependabot[bot]2bndy5
authored andcommitted
build(deps): bump the actions group with 4 updates
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 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `astral-sh/setup-uv` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@eac588a...5a095e7) Updates `PyO3/maturin-action` from 1.50.0 to 1.50.1 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@b1bd829...04ac600) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: PyO3/maturin-action dependency-version: 1.50.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67e6222 commit c79f67c

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)