mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 20:06:05 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
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.