Skip to content

Commit f439f3d

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9882d1 commit f439f3d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
sccache: false
104104
manylinux: auto
105105
- name: Upload wheels
106-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
106+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
107107
with:
108108
name: wheels-linux-${{ matrix.platform.target }}
109109
path: dist
@@ -150,7 +150,7 @@ jobs:
150150
sccache: false
151151
manylinux: musllinux_1_2
152152
- name: Upload wheels
153-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
153+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154
with:
155155
name: wheels-musllinux-${{ matrix.platform.target }}
156156
path: dist
@@ -196,7 +196,7 @@ jobs:
196196
args: --release --out dist -i python3.14t
197197
sccache: false
198198
- name: Upload wheels
199-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
199+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
200200
with:
201201
name: wheels-windows-${{ matrix.platform.target }}
202202
path: dist
@@ -239,7 +239,7 @@ jobs:
239239

240240
sccache: false
241241
- name: Upload wheels
242-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
242+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
243243
with:
244244
name: wheels-macos-${{ matrix.platform.target }}
245245
path: dist
@@ -257,7 +257,7 @@ jobs:
257257
command: sdist
258258
args: --out dist
259259
- name: Upload sdist
260-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
260+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
261261
with:
262262
name: wheels-sdist
263263
path: dist

0 commit comments

Comments
 (0)