Skip to content

Commit 5c05426

Browse files
authored
Update artifact naming to include Java version
Signed-off-by: Daniel Widdis <[email protected]>
1 parent 80a04af commit 5c05426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload Artifacts
7272
uses: actions/upload-artifact@v4
7373
with:
74-
name: alerting-plugin-${{ matrix.os }}
74+
name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }}
7575
path: alerting-artifacts
7676
overwrite: true
7777

@@ -82,7 +82,7 @@ jobs:
8282
WORKING_DIR: ${{ matrix.working_directory }}.
8383
strategy:
8484
matrix:
85-
java: [21, 24]
85+
java: [21, 25]
8686
os: [ windows-latest, macos-latest ]
8787
include:
8888
- os: windows-latest
@@ -120,6 +120,6 @@ jobs:
120120
- name: Upload Artifacts
121121
uses: actions/upload-artifact@v4
122122
with:
123-
name: alerting-plugin-${{ matrix.os }}
123+
name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }}
124124
path: alerting-artifacts
125125
overwrite: true

0 commit comments

Comments
 (0)