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

Upload mitmdump files as artifacts #89

Merged
merged 3 commits into from
Jun 21, 2024
Merged

Upload mitmdump files as artifacts #89

merged 3 commits into from
Jun 21, 2024

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Jun 18, 2024

This allows HTTP flows from CI runs to be viewed. Fixes #80.

Also changes the upload version to v4 because:

  • v2 is deprecated on June 30, 2024.
  • v4 has faster uploads
  • v4 artifacts are shown immediately in the web UI, whereas v2 needs the job to complete before showing.

However, v4 artifacts are immutable so we cannot upload artifacts with the same name. Instead, rename the artifact depending on the SDK tested.

This allows HTTP flows from CI runs to be viewed. Fixes #80.

Also changes the upload version to v4 because:
 - v2 is deprecated on June 30, 2024.
 - v4 has faster uploads
 - v4 artifacts are shown immediately in the web UI, whereas v2 needs the job to complete before showing.

However, v4 artifacts are immutable so we cannot upload artifacts with the same name.
Instead, rename the artifact depending on the SDK tested.
@kegsay kegsay merged commit 9e4c6d3 into main Jun 21, 2024
4 checks passed
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.

CI: always run COMPLEMENT_CRYPTO_MITMDUMP
2 participants