Skip to content

Commit ee924b3

Browse files
committed
fix: Use unique artifact name for test-python-examples JARs
- Change artifact name from 'arcadedb-jars' to 'arcadedb-jars-examples' - Fixes conflict when test-python-bindings and test-python-examples run in parallel - Both workflows can now upload/download their own JAR artifacts independently
1 parent 0716c9e commit ee924b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-python-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Upload filtered JARs as artifact
8383
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8484
with:
85-
name: arcadedb-jars
85+
name: arcadedb-jars-examples
8686
path: bindings/python/src/arcadedb_embedded/jars/*.jar
8787
retention-days: 1
8888

@@ -115,7 +115,7 @@ jobs:
115115
- name: Download JARs artifact
116116
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
117117
with:
118-
name: arcadedb-jars
118+
name: arcadedb-jars-examples
119119
path: bindings/python/src/arcadedb_embedded/jars
120120

121121
- name: Set up Java (for native builds on macOS/Windows)

0 commit comments

Comments
 (0)