Reduce the potential of failing when merging artifacts

This commit is contained in:
Pedro Algarvio 2024-05-17 18:10:30 +01:00
parent 91f63da162
commit 38bb21e484
4 changed files with 4 additions and 4 deletions

View file

@ -2092,7 +2092,7 @@ jobs:
id: merge-coverage-artifacts
with:
name: all-testrun-coverage-artifacts
pattern: all-testrun-coverage-artifacts-*
pattern: all-testrun-coverage-artifacts*
separate-directories: false
delete-merged: true

View file

@ -2157,7 +2157,7 @@ jobs:
id: merge-coverage-artifacts
with:
name: all-testrun-coverage-artifacts
pattern: all-testrun-coverage-artifacts-*
pattern: all-testrun-coverage-artifacts*
separate-directories: false
delete-merged: true

View file

@ -2139,7 +2139,7 @@ jobs:
id: merge-coverage-artifacts
with:
name: all-testrun-coverage-artifacts
pattern: all-testrun-coverage-artifacts-*
pattern: all-testrun-coverage-artifacts*
separate-directories: false
delete-merged: true

View file

@ -352,7 +352,7 @@
id: merge-coverage-artifacts
with:
name: all-testrun-coverage-artifacts
pattern: all-testrun-coverage-artifacts-*
pattern: all-testrun-coverage-artifacts*
separate-directories: false
delete-merged: true