Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 (link…
Browse files Browse the repository at this point in the history
…erd#12192)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@87c5514...c850b93)

---
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] authored and GrigoriyMikhalkin committed Mar 10, 2024
1 parent d4afe7c commit b50e7c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Expand Up @@ -133,7 +133,7 @@ jobs:
with:
go-version: '1.22'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
patter: image-archives-*
path: image-archives
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
with:
go-version: '1.22'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
with:
go-version: '1.22'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
with:
go-version: '1.22'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
pattern: image-archives-*
path: image-archives
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
go-version: '1.22'
- name: Download image archives
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: image-archives-cli
path: image-archives
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
# - name: Download choco package
# if: startsWith(github.ref, 'refs/tags/stable')
# uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
# uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
# with:
# name: choco
# path: choco
Expand Down

0 comments on commit b50e7c3

Please sign in to comment.