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

[bug] Error: Maximum call stack size exceeded #653

Open
StephenHodgson opened this issue Dec 8, 2024 · 0 comments
Open

[bug] Error: Maximum call stack size exceeded #653

StephenHodgson opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@StephenHodgson
Copy link

What happened?

Getting the following error when uploading artifacts

Error: Maximum call stack size exceeded

What did you expect to happen?

no error when uploading artifacts

How can we reproduce it?

seems to be on all actions with uploads as far as I can tell for all my projects across multiple repos

Anything else we need to know?

Download action repository 'actions/upload-artifact@v4' (SHA:b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882)

Run actions/upload-artifact@v4
  with:
    compression-level: 0
    retention-days: 1
    name: ***-windows-Android-Artifacts
    path: c:\runner\_work\***\***/**/*.log
  c:\runner\_work\***\***/Builds/Android/**/*.obb
  c:\runner\_work\***\***/Builds/Android/**/*.apk
  c:\runner\_work\***\***/Builds/Android/**/*.abb
  c:\runner\_work\***\***/Builds/Android/Bundles/
  
    if-no-files-found: warn
    overwrite: false
    include-hidden-files: false
  env:
    IS_RELEASE: ***
    VERSION: ***
    SPLIT_APK:  ***
    BUILD_ARGS:   ***
    RELEASE_CHANNEL: ALPHA
    UNITY_EDITOR_PATH: ***
    UNITY_PROJECT_PATH: ***
    SYMBOLS:  ***
    UNITY_HUB_PATH: ***
    UNITY_EDITORS: ***
    CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE: ***
    GOOGLE_APPLICATION_CREDENTIALS: ***
    CLOUDSDK_CORE_PROJECT: ***
    CLOUDSDK_PROJECT: ***
    GCLOUD_PROJECT: ***
    GCP_PROJECT: ***
    GOOGLE_CLOUD_PROJECT: ***
    CLOUDSDK_METRICS_ENVIRONMENT: ***
    CLOUDSDK_METRICS_ENVIRONMENT_VERSION: ***
Error: Maximum call stack size exceeded

What version of the action are you using?

v4 @ b4b15b8

What are your runner environments?

self-hosted, window

Are you on GitHub Enterprise Server? If so, what version?

No response

@StephenHodgson StephenHodgson added the bug Something isn't working label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant