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.2 to 4.1.4 #170

Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Download image archives
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: build-archives
path: build-archives
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Download image archives
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: build-archives
path: build-archives
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
echo "TAG=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> $GITHUB_ENV
bin/extract-release-notes NOTES.md
- name: Download CLI archives
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: build-archives
path: build-archives
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
ref: gh-pages
fetch-depth: 0
- name: Download CLI archives
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: build-archives
path: build-archives
Expand Down
Loading