Skip to content

Commit 031af83

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update actions/upload-artifact digest to 6546280
1 parent dd9ffb4 commit 031af83

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
@@ -47,7 +47,7 @@ jobs:
4747
hatch build --target sdist
4848
4949
- name: Upload sdist
50-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
50+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
5151
with:
5252
name: wheels-sdist
5353
path: ./dist/*.tar.*
@@ -110,7 +110,7 @@ jobs:
110110
CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }}
111111

112112
- name: Upload wheels
113-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
113+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
114114
with:
115115
name: wheels-${{ matrix.os }}-${{ matrix.archs }}
116116
path: ./wheelhouse/*.whl
@@ -168,7 +168,7 @@ jobs:
168168
CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}
169169

170170
- name: Upload wheels
171-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
171+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
172172
with:
173173
name: wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }}
174174
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)