Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7 (#1579)
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v4.1.6...v4.1.7)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent 6e37a4a commit 7b3fe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -166,7 +166,7 @@ jobs:
- uses: actions/checkout@v4.1.3

- name: download binary
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: fake-gcs-server

Expand Down

0 comments on commit 7b3fe6b

Please sign in to comment.