We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa2b36 + d739491 commit 3ea56fcCopy full SHA for 3ea56fc
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
mkdir artifact
47
echo $url > artifact/url.txt
48
- name: Upload artifact to share url with other jobs
49
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
50
with:
51
name: artifact
52
path: artifact/url.txt
0 commit comments