File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
hatch build --target sdist
71
71
72
72
- name : Upload sdist
73
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
74
74
with :
75
75
name : wheels-sdist
76
76
path : ./dist/*.tar.*
@@ -132,7 +132,7 @@ jobs:
132
132
CIBW_BUILD : ${{ steps.cibw-filter.outputs.build }}
133
133
134
134
- name : Upload wheels
135
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
135
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
136
136
with :
137
137
name : wheels-${{ matrix.os }}-${{ matrix.archs }}
138
138
path : ./wheelhouse/*.whl
@@ -195,7 +195,7 @@ jobs:
195
195
CIBW_BUILD : ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}
196
196
197
197
- name : Upload wheels
198
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
198
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
199
199
with :
200
200
name : wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }}
201
201
path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments