mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
3954ba0c80
This commit updates the `upload-artifact` and `download-artifact` Github actions to the latest version (v4), which should eliminate the deprecation warning spam we're seeing in CI. Note: We had to break up the merged "binaries" target into multiple, smaller targets, which are grouped by OS for the `post-tag` and `post-merge` workflows, and by OS + arch for the `pull-request` workflow. Signed-off-by: Philip Conrad <philipaconrad@gmail.com>