-
Notifications
You must be signed in to change notification settings - Fork 128
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
Upgrade upload/download-artifact in sync across all org #3239
Comments
Opened slsa-framework/example-package#320 to also make sure the test repo is in the known. |
In slsa-framework/slsa-github-generator#3239 we have that SLSA actions must match upload-artifact and download-artifact major versions: v3 and v4 are not compatible. To reach that, we spent ~1 week of debugging in SLSA. We're seeing the same here, as we upload with v4 but the SLSA actions are downloading as v3. So we need to downgrade for now. Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
It seems this is also affecting OSS project that have updated the actions (via Dependabot, etc.) so now are using |
@mihaimaruseac We discussed this problem a month ago, which is still open: #3068 Indeed many releases have failed after upgrading |
Thank you. Closing this in favor of that one. |
Because
upload-artifact
anddownload-artifact
are not compatible across v3-v4 major bump, we need to upgrade them across all repos at the same time, instead of when Renovate opens a PR in one repo.Probably also need to cut new releases for that.
The text was updated successfully, but these errors were encountered: