Skip to content

Commit

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

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

---
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>
Signed-off-by: Mark S <the@wondersmith.dev>
  • Loading branch information
dependabot[bot] authored and the-wondersmith committed Apr 22, 2024
1 parent 1a221af commit af7944e
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
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22"
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22"
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
pattern: image-archives-*
path: image-archives
Expand All @@ -345,7 +345,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22"
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
pattern: image-archives-*
path: image-archives
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.22"
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
pattern: image-archives-*
path: image-archives
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
go-version: "1.22"
- name: Download image archives
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
with:
name: image-archives-cli
path: image-archives
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
# - name: Download choco package
# if: startsWith(github.ref, 'refs/tags/stable')
# uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
# uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
# with:
# name: choco
# path: choco
Expand Down

0 comments on commit af7944e

Please sign in to comment.