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 b542f55 commit 8617d6cCopy full SHA for 8617d6c
.github/workflows/build.yml
@@ -236,5 +236,5 @@ jobs:
236
- uses: "actions/upload-artifact@v4"
237
with:
238
# 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 }}"
+ name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-updated' || '' }}"
240
path: "tmp/resultCache.php"
0 commit comments