mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
chore(deps): bump actions/download-artifact from 4 to 5 (#1821)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/build-test-deploy.yaml
vendored
8
.github/workflows/build-test-deploy.yaml
vendored
@@ -85,7 +85,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v1.31.2-k3s1
|
version: v1.31.2-k3s1
|
||||||
- name: Download preflight binary
|
- name: Download preflight binary
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: preflight
|
name: preflight
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -121,7 +121,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v1.31.2-k3s1
|
version: v1.31.2-k3s1
|
||||||
- name: Download support bundle binary
|
- name: Download support bundle binary
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: support-bundle
|
name: support-bundle
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -135,13 +135,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Download support bundle binary
|
- name: Download support bundle binary
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: support-bundle
|
name: support-bundle
|
||||||
path: bin/
|
path: bin/
|
||||||
- run: chmod +x bin/support-bundle
|
- run: chmod +x bin/support-bundle
|
||||||
- name: Download preflight binary
|
- name: Download preflight binary
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: preflight
|
name: preflight
|
||||||
path: bin/
|
path: bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user