adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

Update GitHub actions: [upload|download]-artifact v1|v2|v3 #3534

Open jiekang opened 2 months ago

jiekang commented 2 months ago

An email was sent to eclipse.org-committers@eclipse.org titled:

[eclipse.org-committers] Deprecation Warning for GitHub actions [upload|download]-artifact v1|v2|v3

With call to update the following GitHub actions to v4 or later:

The following versions are deprecated and will stop working in the not so near future:

See the following searches for instances of these actions in the Adoptium organization.

Code search for upload-artifact: https://github.com/search?q=org%3Aadoptium%20actions%2Fupload-artifact&type=code

Code search for download-artifact: https://github.com/search?q=org%3Aadoptium+actions%2Fdownload-artifact&type=code

tellison commented 2 months ago

The majority of the upload-artifact query hits are false positives.

Those that are in .yml files that are run by the project are already at v4 level so are not part of the notice. The two .yml files that are run and are currently at v3 have been updated via the PRs linked above.

tellison commented 2 months ago

All the download-artifacts query hits are false positives.