File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 hatch build --target sdist
7171
7272 - name : Upload sdist
73- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
73+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
7474 with :
7575 name : wheels-sdist
7676 path : ./dist/*.tar.*
@@ -132,7 +132,7 @@ jobs:
132132 CIBW_BUILD : ${{ steps.cibw-filter.outputs.build }}
133133
134134 - name : Upload wheels
135- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
135+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
136136 with :
137137 name : wheels-${{ matrix.os }}-${{ matrix.archs }}
138138 path : ./wheelhouse/*.whl
@@ -195,7 +195,7 @@ jobs:
195195 CIBW_BUILD : ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}
196196
197197 - name : Upload wheels
198- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
198+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
199199 with :
200200 name : wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }}
201201 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments