sillsdev / chorus

End-user collaboration library via 3-way xml merging and hg dvcs under the hood
6 stars 26 forks source link

Workflow using deprecated versions of upload-artifact and download-artifact, will stop working November 30, 2024 #338

Closed rmunn closed 4 weeks ago

rmunn commented 7 months ago

See https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ — we need to update to v4 of the upload-artifact action or our NuGet workflow will stop working after 2024-06-30.

rmunn commented 7 months ago

Correction: the workflow in https://github.com/sillsdev/Mercurial4Chorus/ is using v2 of upload-artifact, which will stop working on June 30. The one here is using v3, which will continue working until November 30: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/. It's still deprecated, but not quite as soon as the version used in the Mercurial4Chorus workflow.

rmunn commented 1 month ago

November 30 is approaching fast, barely one month remains to fix this. I'll tackle it now.