Skip to content

Commit 673fcdd

Browse files
committed
bump upload-artifact action again
1 parent 9ef3196 commit 673fcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Output Release URL File
2424
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload_url.txt
2525
- name: Save Release URL File for publish
26-
uses: actions/upload-artifact@v4.1.7
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: upload_url
2929
path: upload_url.txt

0 commit comments

Comments
 (0)