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 f723b37 + 8f6dbe6 commit 869de60Copy full SHA for 869de60
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112
113
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
114
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
115
with:
116
# will download phar in project root
117
name: phar-artifact
@@ -127,7 +127,7 @@ jobs:
127
contents: write
128
steps:
129
130
131
132
133
0 commit comments