dependabot[bot] bc354dfeaf
Bump actions/download-artifact from 4.1.6 to 4.1.7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9c19ed7fe5...65a9edc588)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:16:47 +00:00
..
2024-04-18 04:04:10 -07:00
2023-07-21 14:49:44 -04:00
2023-09-05 09:26:15 -07:00

Github Actions workflows

See the Github documentation for more information on Github Actions in general.

Notes

  • https://opensource.google/documentation/reference/github/services#actions mandates using a specific commit for non-Google actions. We use Ratchet to pin specific versions. If you'd like to update an action, you can write something like uses: 'actions/checkout@v4', and then run ./ratchet pin workflow.yml to convert to a commit hash. See the Ratchet README for installation and more detailed instructions.