48
48
- name : Upload Release Assets (if requested)
49
49
if : github.event.inputs.release_id != ''
50
50
id : upload-release-assets
51
- uses : dwenegar/upload-release-assets@v1
51
+ uses : dwenegar/upload-release-assets@v3
52
52
env :
53
53
GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
54
54
with :
75
75
#
76
76
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
77
77
- name : Store the binary wheel
78
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
79
79
with :
80
80
name : wheels
81
81
path : dist
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Upload Release Assets (if requested)
117
117
if : github.event.inputs.release_id != ''
118
118
id : upload-release-assets
119
- uses : dwenegar/upload-release-assets@v1
119
+ uses : dwenegar/upload-release-assets@v3
120
120
env :
121
121
GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
122
122
with :
@@ -143,7 +143,7 @@ jobs:
143
143
#
144
144
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
145
145
- name : Store the binary wheel
146
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
146
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
147
147
with :
148
148
name : wheels
149
149
path : dist
@@ -176,7 +176,7 @@ jobs:
176
176
- name : Upload Release Assets (if requested)
177
177
if : github.event.inputs.release_id != ''
178
178
id : upload-release-assets
179
- uses : dwenegar/upload-release-assets@v1
179
+ uses : dwenegar/upload-release-assets@v3
180
180
env :
181
181
GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
182
182
with :
@@ -203,7 +203,7 @@ jobs:
203
203
#
204
204
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
205
205
- name : Store the binary wheel
206
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
207
207
with :
208
208
name : wheels
209
209
path : dist
@@ -239,7 +239,7 @@ jobs:
239
239
- name : Upload Release Assets (if requested)
240
240
if : github.event.inputs.release_id != ''
241
241
id : upload-release-assets
242
- uses : dwenegar/upload-release-assets@v1
242
+ uses : dwenegar/upload-release-assets@v3
243
243
env :
244
244
GITHUB_TOKEN : ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
245
245
with :
@@ -267,7 +267,7 @@ jobs:
267
267
#
268
268
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
269
269
- name : Store the binary wheel
270
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
270
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
271
271
with :
272
272
name : wheels
273
273
path : dist
0 commit comments