Skip to content

Commit de1baf5

Browse files
chore(deps): update actions/upload-artifact action to v4.6.1 (#990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53ad703 commit de1baf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
hatch build --target sdist
7171
7272
- name: Upload sdist
73-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
135+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
198+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
199199
with:
200200
name: wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }}
201201
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)