File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,13 @@ jobs:
172
172
gh release upload "${{ needs.create-release.outputs.rye_version }}" "${{ env.SHA256_FILE }}"
173
173
174
174
- name : Upload artifact
175
- uses : actions/upload-artifact@v3
175
+ uses : actions/upload-artifact@v4
176
176
with :
177
177
name : ${{ env.ASSET }}
178
178
path : ${{ env.ASSET }}
179
179
180
180
- name : Upload artifact hash
181
- uses : actions/upload-artifact@v3
181
+ uses : actions/upload-artifact@v4
182
182
with :
183
183
name : ${{ env.SHA256_FILE }}
184
184
path : ${{ env.SHA256_FILE }}
@@ -203,7 +203,7 @@ jobs:
203
203
gh release upload "${{ needs.create-release.outputs.rye_version }}" MANIFEST.json
204
204
205
205
- name : Upload artifact hash
206
- uses : actions/upload-artifact@v3
206
+ uses : actions/upload-artifact@v4
207
207
with :
208
208
name : MANIFEST.json
209
209
path : MANIFEST.json
You can’t perform that action at this time.
0 commit comments