diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46d562285e..17c94898c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2058,7 +2058,7 @@ jobs: with: # Name of the artifact to upload. # Optional. Default is 'artifact' - name: test-results + name: test-results-${{ github.job }}-${{ github.run_attempt }} # A file, directory or wildcard pattern that describes what to upload # Required. @@ -2120,7 +2120,7 @@ jobs: with: # Name of the artifact to upload. # Optional. Default is 'artifact' - name: test-results + name: test-results-${{ github.job }}-${{ github.run_attempt }} # A file, directory or wildcard pattern that describes what to upload # Required. diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index b5dd8e0bbf..58ca801391 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -2007,7 +2007,7 @@ jobs: with: # Name of the artifact to upload. # Optional. Default is 'artifact' - name: test-results + name: test-results-${{ github.job }}-${{ github.run_attempt }} # A file, directory or wildcard pattern that describes what to upload # Required. @@ -2064,7 +2064,7 @@ jobs: with: # Name of the artifact to upload. # Optional. Default is 'artifact' - name: test-results + name: test-results-${{ github.job }}-${{ github.run_attempt }} # A file, directory or wildcard pattern that describes what to upload # Required.