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: Fix artifact handling for GitHub Actions v4 #52

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

agneszitte
Copy link
Contributor

@agneszitte agneszitte commented Sep 12, 2024

PR Type

What kind of change does this PR introduce?

  • Build or CI related changes

What is the current behavior?

With latest change to update to download-artifact and upload-artifact to v4, only 1 artifact is now downloaded for the publication
Related previous PR: ci: Update download-artifact and upload-artifact to v4 #51

image

What is the new behavior?

  • Updated artifact upload steps to assign unique names (NuGet-Fluent, NuGet-Roboto, NuGet-OpenSans) to address changes introduced in actions/upload-artifact@v4.
  • Modified publish job to download artifacts by job-scoped names into separate directories (artifacts/fluent, artifacts/roboto, artifacts/opensans).
  • Adjusted signing and pushing steps to ensure consistent handling of artifacts across jobs and publishing.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Wasm UI Tests are not showing unexpected any differences. Validate PR Screenshots Compare Test Run results.
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

- Updated artifact upload steps to assign unique names (NuGet-Fluent, NuGet-Roboto, NuGet-OpenSans) to address changes introduced in actions/upload-artifact@v4.
- Modified publish job to download artifacts by job-scoped names into separate directories (artifacts/fluent, artifacts/roboto, artifacts/opensans).
- Adjusted signing and pushing steps to ensure consistent handling of artifacts across jobs and publishing.
@agneszitte
Copy link
Contributor Author

@MartinZikmund PR to fix the current publication issue to follow up on your release request here

Youssef1313
Youssef1313 previously approved these changes Sep 12, 2024
@jeromelaban jeromelaban merged commit 33acb3d into main Sep 13, 2024
6 checks passed
agneszitte added a commit that referenced this pull request Sep 13, 2024
@agneszitte agneszitte mentioned this pull request Sep 13, 2024
7 tasks
agneszitte added a commit that referenced this pull request Sep 13, 2024
@agneszitte
Copy link
Contributor Author

@Mergifyio backport release/stable/2.4

Copy link

mergify bot commented Sep 13, 2024

backport release/stable/2.4

✅ Backports have been created

@agneszitte
Copy link
Contributor Author

@Mergifyio backport release/stable/2.4

Copy link

mergify bot commented Sep 13, 2024

backport release/stable/2.4

✅ Backports have been created

agneszitte added a commit that referenced this pull request Sep 13, 2024
…/pr-52

ci: Fix artifact handling for GitHub Actions v4 (backport #52)
mergify bot pushed a commit that referenced this pull request Sep 13, 2024
(cherry picked from commit 28e5384)
agneszitte added a commit that referenced this pull request Sep 13, 2024
…/pr-53

ci: Adjust SignClient after #52 (backport #53)
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.

4 participants