chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#10)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a4c901e19
commit
d884679963
1 changed files with 1 additions and 1 deletions
2
.github/workflows/assets.yaml
vendored
2
.github/workflows/assets.yaml
vendored
|
@ -217,7 +217,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Download talos installer image
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: talos-installer
|
||||
path: /tmp/talos-build-assets
|
||||
|
|
Loading…
Reference in a new issue