Skip to content

Commit 496b5c2

Browse files
committed
Revert "Use Job name in name of uploaded artifacts"
This reverts commit 06480bd.
1 parent 06480bd commit 496b5c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/main-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ runs:
1919
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
2020
if: ${{ always() }}
2121
with:
22-
name: Open Test Reports (${{ github.job.name }})
22+
name: Open Test Reports (${{ github.job }})
2323
path: '**/build/reports/open-test-report.html'

.github/workflows/cross-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7070
if: ${{ always() }}
7171
with:
72-
name: Open Test Reports (${{ github.job.name }})
72+
name: Open Test Reports (${{ github.job }})
7373
path: '**/build/reports/open-test-report.html'
7474
openj9:
7575
strategy:
@@ -110,5 +110,5 @@ jobs:
110110
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
111111
if: ${{ always() }}
112112
with:
113-
name: Open Test Reports (${{ github.job.name }})
113+
name: Open Test Reports (${{ github.job }})
114114
path: '**/build/reports/open-test-report.html'

0 commit comments

Comments
 (0)