Skip to content

Commit f8abb59

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61872d0 commit f8abb59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sccache: "true"
3131
manylinux: auto
3232
- name: Upload wheels
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: wheels-linux-${{ matrix.target }}
3636
path: dist
@@ -53,7 +53,7 @@ jobs:
5353
args: --release --out dist --find-interpreter
5454
sccache: "true"
5555
- name: Upload wheels
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: wheels-windows-${{ matrix.target }}
5959
path: dist
@@ -75,7 +75,7 @@ jobs:
7575
args: --release --out dist --find-interpreter
7676
sccache: "true"
7777
- name: Upload wheels
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: wheels-macos-${{ matrix.target }}
8181
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
command: sdist
9494
args: --out dist
9595
- name: Upload sdist
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
with:
9898
name: wheels-sdist
9999
path: dist

0 commit comments

Comments
 (0)