@@ -63,12 +63,12 @@ jobs:
6363 uv export --no-hashes --no-dev --group test --no-emit-project > requirements-test.txt
6464 uv export --no-hashes --group dev --no-emit-project > requirements-dev.txt
6565 - name : Upload requirements-test.txt
66- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767 with :
6868 name : requirements-test.txt
6969 path : requirements-test.txt
7070 - name : Upload requirements-dev.txt
71- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
71+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7272 with :
7373 name : requirements-dev.txt
7474 path : requirements-dev.txt
@@ -249,7 +249,7 @@ jobs:
249249 manylinux : ${{ matrix.manylinux }}
250250 before-script-linux : python3 -m ensurepip
251251 - name : Upload wheels
252- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
252+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
253253 with :
254254 name : wheels-${{ matrix.platform.name }}-${{ matrix.platform.target }}-${{ matrix.python-version }}
255255 path : dist
@@ -318,7 +318,7 @@ jobs:
318318 sccache : " false"
319319 manylinux : musllinux_1_2
320320 - name : Upload wheels
321- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
321+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
322322 with :
323323 name : wheels-musllinux-${{ matrix.target }}-${{ matrix.python-version }}
324324 path : dist
@@ -396,7 +396,7 @@ jobs:
396396 - name : 📦 Build source package
397397 run : uv build --sdist
398398 - name : Upload sdist
399- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
399+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
400400 with :
401401 name : wheels-sdist
402402 path : dist
0 commit comments