-
Notifications
You must be signed in to change notification settings - Fork 49
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
support upload-artifact / download-artifact 4.x #842
Labels
enhancement
New feature or request
Comments
jku
added a commit
to jku/sigstore-python
that referenced
this issue
Dec 18, 2023
upload-artifact 4.x does not support uploading multiple artifacts with the same name. Avoid doing that in upload-coverage action. Fixes sigstore#842 Signed-off-by: Jussi Kukkonen <[email protected]>
jku
added a commit
to jku/sigstore-python
that referenced
this issue
Dec 18, 2023
upload-artifact 4.x does not support uploading multiple artifacts with the same name. Avoid doing that in upload-coverage action. Fixes sigstore#842 Signed-off-by: Jussi Kukkonen <[email protected]>
woodruffw
added a commit
that referenced
this issue
Dec 19, 2023
* workflows: Only upload once with one name upload-artifact 4.x does not support uploading multiple artifacts with the same name. Avoid doing that in upload-coverage action. Fixes #842 Signed-off-by: Jussi Kukkonen <[email protected]> * build(deps): bump actions/upload-artifact Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...c7d193f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...c7d193f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump actions/download-artifact from 3.0.2 to 4.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3.0.2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * workflows: ci: Use "coverage combine" arguments Signed-off-by: Jussi Kukkonen <[email protected]> --------- Signed-off-by: Jussi Kukkonen <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Woodruff <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new upload-artifact / download-artifact releases have changed their API:
This breaks the internal upload-coverage action. There might be a fairly simple refactoring that could work here:
I'll try if this works
Related PRs:
The text was updated successfully, but these errors were encountered: