File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7070 run : hatch build --target sdist
7171
7272 - name : Upload sdist
73- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7474 with :
7575 name : wheels-sdist
7676 path : pact-python-cli/dist/*.tar*
@@ -106,7 +106,7 @@ jobs:
106106 CIBW_BUILD : cp${{ env.STABLE_PYTHON_VERSION }}-*
107107
108108 - name : Upload wheels
109- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
110110 with :
111111 name : wheels-${{ matrix.os }}
112112 path : wheelhouse/*.whl
@@ -179,7 +179,7 @@ jobs:
179179 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
180180
181181 - name : Download wheels and sdist
182- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
182+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
183183 with :
184184 path : wheelhouse
185185 merge-multiple : true
Original file line number Diff line number Diff line change 7070 run : hatch build --target sdist
7171
7272 - name : Upload sdist
73- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7474 with :
7575 name : wheels-sdist
7676 path : pact-python-ffi/dist/*.tar*
@@ -107,7 +107,7 @@ jobs:
107107 HATCH_VERBOSE : ' 1'
108108
109109 - name : Upload wheels
110- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
111111 with :
112112 name : wheels-${{ matrix.os }}
113113 path : wheelhouse/*.whl
@@ -180,7 +180,7 @@ jobs:
180180 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
181181
182182 - name : Download wheels and sdist
183- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
183+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
184184 with :
185185 path : wheelhouse
186186 merge-multiple : true
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ jobs:
6868 run : hatch build
6969
7070 - name : Upload sdist
71- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272 with :
7373 name : wheels-sdist
7474 path : ./dist/*.tar*
7575 if-no-files-found : error
7676 compression-level : 0
7777
7878 - name : Upload wheel
79- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
79+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8080 with :
8181 name : wheels-whl
8282 path : ./dist/*.whl
@@ -146,7 +146,7 @@ jobs:
146146 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
147147
148148 - name : Download wheels and sdist
149- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
149+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
150150 with :
151151 path : wheelhouse
152152 merge-multiple : true
You can’t perform that action at this time.
0 commit comments