-
Notifications
You must be signed in to change notification settings - Fork 35
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
Udate upload-artifact and download-artifact Github Actions #1522
Udate upload-artifact and download-artifact Github Actions #1522
Conversation
@esseivaju |
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v6 | ||
uses: actions/download-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2 are not quite the same. The former allows to download this artifact in another workflow that is run after the first one.
. Do we need that feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
download-artifact@v4
should now support this as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh good to know!
Test summary 3 844 files 5 936 suites 4m 9s ⏱️ Results for commit 532e8ed. |
Sure, I guess you can update everything in one go with the new images then. |
By the way @esseivaju , all changes to |
@sethrj Sounds good; I'll test the update to |
This was probably missed during an update, as everywhere else already uses
upload-artifact@v4
. V3 will be deprecated soon.