Skip to content

Commit 9773cf0

Browse files
Upgrade to actions/upload-artifact@v4 (#1463)
1 parent 0055175 commit 9773cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ jobs:
172172
gh release upload "${{ needs.create-release.outputs.rye_version }}" "${{ env.SHA256_FILE }}"
173173
174174
- name: Upload artifact
175-
uses: actions/upload-artifact@v3
175+
uses: actions/upload-artifact@v4
176176
with:
177177
name: ${{ env.ASSET }}
178178
path: ${{ env.ASSET }}
179179

180180
- name: Upload artifact hash
181-
uses: actions/upload-artifact@v3
181+
uses: actions/upload-artifact@v4
182182
with:
183183
name: ${{ env.SHA256_FILE }}
184184
path: ${{ env.SHA256_FILE }}
@@ -203,7 +203,7 @@ jobs:
203203
gh release upload "${{ needs.create-release.outputs.rye_version }}" MANIFEST.json
204204
205205
- name: Upload artifact hash
206-
uses: actions/upload-artifact@v3
206+
uses: actions/upload-artifact@v4
207207
with:
208208
name: MANIFEST.json
209209
path: MANIFEST.json

0 commit comments

Comments
 (0)