56
56
- name : Upload Release Assets (if requested)
57
57
if : github.event.inputs.release_id != ''
58
58
id : upload-release-assets
59
- uses : dwenegar/upload-release-assets@v1
59
+ uses : dwenegar/upload-release-assets@v3
60
60
env :
61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
62
with :
83
83
#
84
84
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
85
85
- name : Store the binary wheel
86
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
87
87
with :
88
88
name : wheels
89
89
path : dist
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Upload Release Assets (if requested)
126
126
if : github.event.inputs.release_id != ''
127
127
id : upload-release-assets
128
- uses : dwenegar/upload-release-assets@v1
128
+ uses : dwenegar/upload-release-assets@v3
129
129
env :
130
130
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131
131
with :
@@ -152,7 +152,7 @@ jobs:
152
152
#
153
153
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
154
154
- name : Store the binary wheel
155
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
155
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
156
156
with :
157
157
name : wheels
158
158
path : dist
@@ -186,7 +186,7 @@ jobs:
186
186
- name : Upload Release Assets (if requested)
187
187
if : github.event.inputs.release_id != ''
188
188
id : upload-release-assets
189
- uses : dwenegar/upload-release-assets@v1
189
+ uses : dwenegar/upload-release-assets@v3
190
190
env :
191
191
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
192
192
with :
@@ -213,7 +213,7 @@ jobs:
213
213
#
214
214
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
215
215
- name : Store the binary wheel
216
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
216
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
217
217
with :
218
218
name : wheels
219
219
path : dist
@@ -250,7 +250,7 @@ jobs:
250
250
- name : Upload Release Assets (if requested)
251
251
if : github.event.inputs.release_id != ''
252
252
id : upload-release-assets
253
- uses : dwenegar/upload-release-assets@v1
253
+ uses : dwenegar/upload-release-assets@v3
254
254
env :
255
255
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
256
256
with :
@@ -278,7 +278,7 @@ jobs:
278
278
#
279
279
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
280
280
- name : Store the binary wheel
281
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
281
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
282
282
with :
283
283
name : wheels
284
284
path : dist
0 commit comments