Skip to content

Commit 7b08ade

Browse files
Bump actions/upload-artifact from 4.6.2 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30532f2 commit 7b08ade

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
command: build
3030
manylinux: auto
3131
args: --release --sdist -i 3.9 3.10 3.11 3.12 3.13 3.13t 3.14 3.14t
32-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
32+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3333
with:
3434
name: linux-wheels-${{ matrix.target }}
3535
path: target/wheels/
@@ -103,7 +103,7 @@ jobs:
103103
maturin-version: latest
104104
command: build
105105
args: --release
106-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107107
with:
108108
name: osx-${{ matrix.target }}-${{ matrix.python-version }}-wheel
109109
path: target/wheels/
@@ -128,7 +128,7 @@ jobs:
128128
maturin-version: latest
129129
command: build
130130
args: --release
131-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
131+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
132132
with:
133133
name: windows-${{ matrix.python-version }}-wheel
134134
path: target/wheels/
@@ -148,7 +148,7 @@ jobs:
148148
run: ls -R wheels/
149149

150150
- name: Upload wheels as artifact
151-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
151+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
152152
with:
153153
name: all-wheels
154154
path: wheels/

0 commit comments

Comments
 (0)