Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7 #12503

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
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@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: image-archives-cli
path: image-archives
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
# - name: Download choco package
# if: startsWith(github.ref, 'refs/tags/stable')
# uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
# uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
# with:
# name: choco
# path: choco
Expand Down
Loading