Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use v3 artifact APIs for build-distribution #2046

Merged
merged 1 commit into from
May 17, 2024
Merged

Commits on May 17, 2024

  1. ci: use v3 artifact APIs for build-distribution

    Hopefully fix:
    The lambda layer can be published as follows for dev work:
        aws lambda --output json publish-layer-version --layer-name 'runner-dev-elastic-apm-python' --description 'runner dev Elastic APM Python agent lambda layer' --zip-file 'fileb://build/dist/elastic-apm-python-lambda-layer.zip'
    Run actions/upload-artifact@v4
      with:
        name: build-distribution
        path: ./build/
        if-no-files-found: error
        compression-level: 6
        overwrite: false
      env:
        ...
    With the provided path, there will be 636 files 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
    xrmx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ca63fac View commit details
    Browse the repository at this point in the history