mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-26 03:41:18 +01:00
Update the Github Actions pins to use the next generation of actions that are supported by CRT. In some cases these are simply to resolve Node 16 deprecations. In others, we can now use `action/upload-artifact@v4` and `actions/download-artifact@v4` since the next generation of actions like `hashicorp/actions-docker-build@v2` and `hashicorp/actions-persist-metadata@v2` use the `v4` versions of these. Signed-off-by: Ryan Cragun <me@ryan.ec>