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 19706cb commit 2caea8dCopy full SHA for 2caea8d
.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