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 9ff219b commit cdc1fcaCopy full SHA for cdc1fca
.github/workflows/php.yml
@@ -302,6 +302,6 @@ jobs:
302
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
303
304
steps:
305
- - uses: geekyeggo/delete-artifact@v2
+ - uses: geekyeggo/delete-artifact@v4
306
with:
307
name: coverage-data
.github/workflows/translations.yml
@@ -141,7 +141,7 @@ jobs:
141
(needs.build.result == 'success' && needs.commit.result == 'skipped')
142
143
144
145
146
name: |
147
build
0 commit comments