You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run actions/upload-artifact@v4
with:
name: opensearch-sql-macos-13
path: opensearch-sql-builds
if-no-files-found: warn
compression-level: 6
overwrite: false
include-hidden-files: false
env:
JAVA_HOME: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.5-11.0/x64/Contents/Home
JAVA_HOME_21_X64: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.5-11.0/x64/Contents/Home
With the provided path, there will be 1 file uploaded
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
The name in Java 11 should be name: opensearch-sql-macos-13-11 and in Java 21 should be name: opensearch-sql-macos-13-21 to avoid conflicts
The text was updated successfully, but these errors were encountered:
What is the bug?
The name in Java 11 should be
name: opensearch-sql-macos-13-11
and in Java 21 should bename: opensearch-sql-macos-13-21
to avoid conflictsThe text was updated successfully, but these errors were encountered: