-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore(ci) assign unique names to uploaded artifacts #506
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #506 +/- ##
=============================================
Coverage 90.02022% 90.02022%
=============================================
Files 46 46
Lines 9890 9890
=============================================
Hits 8903 8903
Misses 987 987
Flags with carried forward coverage won't be shown. Click here to find out more. |
c53abdb
to
5153c09
Compare
5153c09
to
4c0fa28
Compare
Since v4, action `upload-artifact` no longer supports uploading artifacts with non-unique names.
4c0fa28
to
f062f89
Compare
f062f89
to
3c67dc3
Compare
* `docker/login-action` to v3 * `docker/setup-qemu-action` to v3
3c67dc3
to
c340263
Compare
@casimiro Caio, would you mind drafting a PR that takes both @hishamhm's work in #486 and the bits from this PR? Instead of merging #486 and then rebasing this, rather rebasing this PR atop #486. I think |
See: #506 See: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changeses@v4 See: https://github.com/actions/download-artifact?tab=readme-ov-file#breaking-changes@v4 Co-Authored-By: Caio Ramos Casimiro <[email protected]>
See: #506 See: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changeses@v4 See: https://github.com/actions/download-artifact?tab=readme-ov-file#breaking-changes@v4 Co-Authored-By: Caio Ramos Casimiro <[email protected]>
See: #506 See: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changeses@v4 See: https://github.com/actions/download-artifact?tab=readme-ov-file#breaking-changes@v4 Co-Authored-By: Caio Ramos Casimiro <[email protected]>
Since v4, the action
upload-artifact
no longer supports uploading artifacts with non-unique names.