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 24a2eac + f8dfcd5 commit e3f6ec1Copy full SHA for e3f6ec1
2 files changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
run: php ./paw app:build paw --build-version=${{ steps.tag.outputs.tag }} --ansi
51
52
- name: Upload artifact
53
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
54
with:
55
name: paw
56
path: builds/paw
.github/workflows/publish-phar.yml
@@ -37,7 +37,7 @@ jobs:
37
coverage: none
38
39
- name: Upload the PHAR artifact
40
41
42
name: paw.phar
43
0 commit comments