5656 - name : Upload Release Assets (if requested)
5757 if : github.event.inputs.release_id != ''
5858 id : upload-release-assets
59- uses : dwenegar/upload-release-assets@v1
59+ uses : dwenegar/upload-release-assets@v3
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 with :
8383 #
8484 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
8585 - name : Store the binary wheel
86- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8787 with :
8888 name : wheels
8989 path : dist
@@ -125,7 +125,7 @@ jobs:
125125 - name : Upload Release Assets (if requested)
126126 if : github.event.inputs.release_id != ''
127127 id : upload-release-assets
128- uses : dwenegar/upload-release-assets@v1
128+ uses : dwenegar/upload-release-assets@v3
129129 env :
130130 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131131 with :
@@ -152,7 +152,7 @@ jobs:
152152 #
153153 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
154154 - name : Store the binary wheel
155- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
155+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
156156 with :
157157 name : wheels
158158 path : dist
@@ -186,7 +186,7 @@ jobs:
186186 - name : Upload Release Assets (if requested)
187187 if : github.event.inputs.release_id != ''
188188 id : upload-release-assets
189- uses : dwenegar/upload-release-assets@v1
189+ uses : dwenegar/upload-release-assets@v3
190190 env :
191191 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
192192 with :
@@ -213,7 +213,7 @@ jobs:
213213 #
214214 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
215215 - name : Store the binary wheel
216- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
216+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
217217 with :
218218 name : wheels
219219 path : dist
@@ -250,7 +250,7 @@ jobs:
250250 - name : Upload Release Assets (if requested)
251251 if : github.event.inputs.release_id != ''
252252 id : upload-release-assets
253- uses : dwenegar/upload-release-assets@v1
253+ uses : dwenegar/upload-release-assets@v3
254254 env :
255255 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
256256 with :
@@ -278,7 +278,7 @@ jobs:
278278 #
279279 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
280280 - name : Store the binary wheel
281- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
281+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
282282 with :
283283 name : wheels
284284 path : dist
0 commit comments