We merged the PR[1] to upgrade `upload-artifact` to V4. Thanks, Fokko for the review.
Best, Kevin Liu [1] https://github.com/apache/iceberg-python/pull/1371 On Mon, Nov 25, 2024 at 10:36 PM Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi Kevin > > I did a quick search and I have the same feedback as you: only > iceberg-python is impacted. > > Thanks for the PR ! > > Regards > JB > > On Mon, Nov 25, 2024 at 9:03 PM Kevin Liu <kevinjq...@apache.org> wrote: > > > > Hey folks, > > > > I did a code search for both `actions/upload-artifact` and > `actions/download-artifact` in the related iceberg repos. > > * > https://grep.app/search?q=actions/upload-artifact%40v3&filter[repo.pattern][0]=apache/iceberg > > * > https://grep.app/search?q=actions/download-artifact&filter[repo.pattern][0]=apache/iceberg > > > > Only iceberg-python is affected. Here's the PR to update the relevant > action, https://github.com/apache/iceberg-python/pull/1371 > > > > Best, > > Kevin Liu > > > > On Mon, Nov 25, 2024 at 10:36 AM Jacob Wujciak <assignu...@apache.org> > wrote: > >> > >> Hello Everyone! > >> > >> I am writing to inform you of the imminent removal of the v3 artifact > >> actions that was announced in [1]. Both actions/upload-artifact@v3* > >> and actions/download-artifact@v3* will stop working in 10 days, on > >> December 5, 2024! According to a quick code search this project is > >> using one of the actions with a v3 tag in at least one of its repos. > >> > >> There are breaking changes in the usage of the upload action that will > >> likely require changes other than bumping the version, please see [2]. > >> Make sure to update your workflows in time to avoid disruptions! > >> > >> If you have any questions or need help with the transition I'd > >> recommend bui...@apache.org as the place to look for help. > >> > >> Regards > >> Jacob Wujciak-Jens (assignUser) > >> > >> [1]: > https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ > >> [2]: > https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md >