Skip to content

Comments

Fix artifact upload which made trace context upload / download fail in case it was the first invocation#2974

Merged
plengauer merged 1 commit intomainfrom
plengauer-patch-4
Feb 21, 2026
Merged

Fix artifact upload which made trace context upload / download fail in case it was the first invocation#2974
plengauer merged 1 commit intomainfrom
plengauer-patch-4

Conversation

@plengauer
Copy link
Owner

No description provided.

@plengauer plengauer marked this pull request as ready for review February 21, 2026 11:58
@plengauer plengauer requested a review from moflwi as a code owner February 21, 2026 11:58
Copilot AI review requested due to automatic review settings February 21, 2026 11:58
@plengauer
Copy link
Owner Author

!release

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the GitHub Actions artifact upload/delete helpers used by the instrumentation actions to avoid failures when uploading/downloading trace context artifacts.

Changes:

  • Switch gh_artifact_upload to run Node in ESM mode (--input-type=module) and use import for node:path and @actions/artifact.
  • Switch gh_artifact_delete to run Node in ESM mode and use import for @actions/artifact.

@plengauer plengauer merged commit 563bd61 into main Feb 21, 2026
551 checks passed
@plengauer plengauer deleted the plengauer-patch-4 branch February 21, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants