Skip to content

Commit d7de25f

Browse files
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c141dd3 commit d7de25f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

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

6363
- name: Generate license file
6464
run: uv run --no-project python ./dev/create_license.py
65-
- uses: actions/upload-artifact@v4
65+
- uses: actions/upload-artifact@v6
6666
with:
6767
name: python-wheel-license
6868
path: LICENSE.txt
@@ -119,7 +119,7 @@ jobs:
119119
run: find target/wheels/
120120

121121
- name: Archive wheels
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: dist-${{ matrix.os }}
125125
path: target/wheels/*
@@ -167,7 +167,7 @@ jobs:
167167
run: find target/wheels/
168168

169169
- name: Archive wheels
170-
uses: actions/upload-artifact@v4
170+
uses: actions/upload-artifact@v6
171171
with:
172172
name: dist-macos-aarch64
173173
path: target/wheels/*
@@ -196,7 +196,7 @@ jobs:
196196
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
197197
args: --release --manylinux 2014 --features protoc,substrait
198198
- name: Archive wheels
199-
uses: actions/upload-artifact@v4
199+
uses: actions/upload-artifact@v6
200200
with:
201201
name: dist-manylinux-x86_64
202202
path: target/wheels/*
@@ -226,7 +226,7 @@ jobs:
226226
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
227227
args: --release --features protoc,substrait
228228
- name: Archive wheels
229-
uses: actions/upload-artifact@v4
229+
uses: actions/upload-artifact@v6
230230
with:
231231
name: dist-manylinux-aarch64
232232
path: target/wheels/*
@@ -271,7 +271,7 @@ jobs:
271271
- build-sdist
272272
steps:
273273
- name: Merge Build Artifacts
274-
uses: actions/upload-artifact/merge@v4
274+
uses: actions/upload-artifact/merge@v6
275275
with:
276276
name: dist
277277
pattern: dist-*

0 commit comments

Comments
 (0)