4848 - name : Upload Release Assets (if requested)
4949 if : github.event.inputs.release_id != ''
5050 id : upload-release-assets
51- uses : dwenegar/upload-release-assets@v1
51+ uses : dwenegar/upload-release-assets@v3
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
5454 with :
7575 #
7676 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
7777 - name : Store the binary wheel
78- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7979 with :
8080 name : wheels
8181 path : dist
@@ -116,7 +116,7 @@ jobs:
116116 - name : Upload Release Assets (if requested)
117117 if : github.event.inputs.release_id != ''
118118 id : upload-release-assets
119- uses : dwenegar/upload-release-assets@v1
119+ uses : dwenegar/upload-release-assets@v3
120120 env :
121121 GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
122122 with :
@@ -143,7 +143,7 @@ jobs:
143143 #
144144 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
145145 - name : Store the binary wheel
146- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
146+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
147147 with :
148148 name : wheels
149149 path : dist
@@ -176,7 +176,7 @@ jobs:
176176 - name : Upload Release Assets (if requested)
177177 if : github.event.inputs.release_id != ''
178178 id : upload-release-assets
179- uses : dwenegar/upload-release-assets@v1
179+ uses : dwenegar/upload-release-assets@v3
180180 env :
181181 GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
182182 with :
@@ -203,7 +203,7 @@ jobs:
203203 #
204204 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
205205 - name : Store the binary wheel
206- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
207207 with :
208208 name : wheels
209209 path : dist
@@ -239,7 +239,7 @@ jobs:
239239 - name : Upload Release Assets (if requested)
240240 if : github.event.inputs.release_id != ''
241241 id : upload-release-assets
242- uses : dwenegar/upload-release-assets@v1
242+ uses : dwenegar/upload-release-assets@v3
243243 env :
244244 GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
245245 with :
@@ -267,7 +267,7 @@ jobs:
267267 #
268268 # See https://github.com/pypa/gh-action-pypi-publish/discussions/15
269269 - name : Store the binary wheel
270- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
270+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
271271 with :
272272 name : wheels
273273 path : dist
0 commit comments