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 67cf382 commit c0e5252Copy full SHA for c0e5252
.github/workflows/build.yml
@@ -241,5 +241,5 @@ jobs:
241
- uses: "actions/upload-artifact@v4"
242
with:
243
# "update-packages" is not relevant for the download-artifact counterpart, but we need it here to get unique artifact names across all jobs
244
- name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-updated' || '' }}"
+ name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-packages-updated' || '' }}"
245
path: "tmp/resultCache.php"
0 commit comments