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

i#6981: Use consistent version for upload-artifact and download-artifact #6983

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

abhinav92003
Copy link
Contributor

@abhinav92003 abhinav92003 commented Sep 12, 2024

Changes the version used for upload-artifact and download-artifact actions to the current one recommended at https://github.com/actions/upload-artifact and https://github.com/actions/download-artifact.

For these two actions, "v4" points to the latest available v4.x.x release, as evidenced by the commit hash for the versions at https://github.com/actions/download-artifact/tags and https://github.com/actions/upload-artifact/tags. So we would still be using the latest version as suggested by the security advisory for download-artifact (GHSA-cxww-7g56-2vh6).

PR #6964 bumped the download-artifact version but not the upload-artifact which caused a mismatch and the #6981 issue.

Test run worked fine: https://github.com/DynamoRIO/dynamorio/actions/runs/10835746272

Fixes: #6981

@abhinav92003 abhinav92003 merged commit 4b04e42 into master Sep 13, 2024
17 checks passed
@abhinav92003 abhinav92003 deleted the i6981-fix-upload-download-artifact branch September 13, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants