Skip to content

Commit 0dfdb7a

Browse files
committed
ci: update actions/upload-artifact to v4 and allow overwrite
1 parent 71c6f2e commit 0dfdb7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,12 @@ jobs:
184184
- run: |
185185
echo '${{ steps.create-release.outputs.upload_url }}' > release_upload_url.txt
186186
187-
- uses: actions/upload-artifact@v1
187+
- uses: actions/upload-artifact@v4
188188
with:
189189
name: create-release
190190
path: release_upload_url.txt
191+
if-no-files-found: warn
192+
overwrite: true
191193

192194
upload-release:
193195
strategy:

0 commit comments

Comments
 (0)