Skip to content

Commit de3d30d

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sccache: 'true'
3333
manylinux: auto
3434
- name: Upload wheels
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: wheels
3838
path: dist
@@ -55,7 +55,7 @@ jobs:
5555
args: --release --out dist --find-interpreter
5656
sccache: 'true'
5757
- name: Upload wheels
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: wheels
6161
path: dist
@@ -77,7 +77,7 @@ jobs:
7777
# args: --release --out dist --find-interpreter
7878
# sccache: 'true'
7979
# - name: Upload wheels
80-
# uses: actions/upload-artifact@v3
80+
# uses: actions/upload-artifact@v4
8181
# with:
8282
# name: wheels
8383
# path: dist
@@ -92,7 +92,7 @@ jobs:
9292
# command: build
9393
# args: --sdist --out dist --release
9494
# - name: Upload sdist
95-
# uses: actions/upload-artifact@v3
95+
# uses: actions/upload-artifact@v4
9696
# with:
9797
# name: wheels
9898
# path: dist

0 commit comments

Comments
 (0)