We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82621c7 commit ceef248Copy full SHA for ceef248
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Output Release URL File
24
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload_url.txt
25
- name: Save Release URL File for publish
26
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4.1.7
27
with:
28
name: upload_url
29
path: upload_url.txt
0 commit comments