Skip to content

Commit ec96588

Browse files
chore(deps): 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] <support@github.com>
1 parent 55a1893 commit ec96588

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@v4
87+
uses: actions/upload-artifact@v5
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@v4
137+
uses: actions/upload-artifact@v5
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@v4
168+
uses: actions/upload-artifact@v5
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@v4
193+
uses: actions/upload-artifact@v5
194194
with:
195195
name: wheels-sdist
196196
path: python/dist

0 commit comments

Comments
 (0)