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 19bef0d commit b542f55Copy full SHA for b542f55
.github/workflows/build.yml
@@ -235,5 +235,6 @@ jobs:
235
236
- uses: "actions/upload-artifact@v4"
237
with:
238
- name: "result-cache-${{ matrix.php-version }}"
+ # update-packages is not relevant for the download-artifact part, but we need it here to get unique artifact names across all jobs
239
+ name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages }}"
240
path: "tmp/resultCache.php"
0 commit comments