Skip to content

Commit 9e43be9

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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] <[email protected]>
1 parent 52fabac commit 9e43be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
sccache: true
8585
manylinux: auto
8686
- name: Upload wheels
87-
uses: actions/upload-artifact@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: wheels-linux-${{ matrix.target }}
9090
path: python/dist
@@ -134,7 +134,7 @@ jobs:
134134
args: --release --out dist --interpreter 3.10
135135
sccache: true
136136
- name: Upload wheels
137-
uses: actions/upload-artifact@v5
137+
uses: actions/upload-artifact@v6
138138
with:
139139
name: wheels-windows-${{ matrix.target }}
140140
path: python/dist
@@ -165,7 +165,7 @@ jobs:
165165
args: --release --out dist --interpreter 3.10
166166
sccache: true
167167
- name: Upload wheels
168-
uses: actions/upload-artifact@v5
168+
uses: actions/upload-artifact@v6
169169
with:
170170
name: wheels-macos-${{ matrix.target }}
171171
path: dist
@@ -190,7 +190,7 @@ jobs:
190190
command: sdist
191191
args: --out dist
192192
- name: Upload sdist
193-
uses: actions/upload-artifact@v5
193+
uses: actions/upload-artifact@v6
194194
with:
195195
name: wheels-sdist
196196
path: python/dist

0 commit comments

Comments
 (0)