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.
2 parents 5ab2dee + c0fd8dd commit 36b6a3aCopy full SHA for 36b6a3a
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
run: php ./iconify app:build iconify --build-version=${{ steps.tag.outputs.tag }} --ansi
46
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
49
with:
50
name: iconify
51
path: builds/iconify
.github/workflows/publish-phar.yml
@@ -56,7 +56,7 @@ jobs:
56
sudo php ./iconify app:build iconify.phar --build-version=${{ steps.tag.outputs.tag }}
57
58
- name: Upload the PHAR artifact
59
60
61
name: iconify.phar
62
path: builds/iconify.phar
0 commit comments