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 3003083 commit 1b029daCopy full SHA for 1b029da
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Output Release URL File
23
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
24
- name: Save Release URL File for publish
25
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
26
with:
27
name: release_url
28
path: release_url.txt
@@ -54,7 +54,7 @@ jobs:
54
cd build && sudo bsdtar --xz -cf $package_filename *
55
echo ::set-output name=package_filename::$package_filename
56
- name: Load Release URL File from release job
57
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
58
if: contains(github.ref, '-android')
59
60
0 commit comments