mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
chore(deps): bump actions/download-artifact from 5 to 7 (#1950)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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
@@ -74,7 +74,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@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: preflight
|
name: preflight
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -104,7 +104,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@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: support-bundle
|
name: support-bundle
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -118,13 +118,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Download support bundle binary
|
- name: Download support bundle binary
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
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@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: preflight
|
name: preflight
|
||||||
path: bin/
|
path: bin/
|
||||||
|
|||||||
2
.github/workflows/build-test.yaml
vendored
2
.github/workflows/build-test.yaml
vendored
@@ -132,7 +132,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v1.31.2-k3s1
|
version: v1.31.2-k3s1
|
||||||
|
|
||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: bin/
|
path: bin/
|
||||||
|
|||||||
8
.github/workflows/regression-test.yaml
vendored
8
.github/workflows/regression-test.yaml
vendored
@@ -76,7 +76,7 @@ jobs:
|
|||||||
kubectl get pods --all-namespaces
|
kubectl get pods --all-namespaces
|
||||||
|
|
||||||
- name: Download binaries
|
- name: Download binaries
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: binaries-${{ github.run_id }}
|
name: binaries-${{ github.run_id }}
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -180,7 +180,7 @@ jobs:
|
|||||||
kubectl get pods --all-namespaces
|
kubectl get pods --all-namespaces
|
||||||
|
|
||||||
- name: Download binaries
|
- name: Download binaries
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: binaries-${{ github.run_id }}
|
name: binaries-${{ github.run_id }}
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -283,7 +283,7 @@ jobs:
|
|||||||
kubectl get pods --all-namespaces
|
kubectl get pods --all-namespaces
|
||||||
|
|
||||||
- name: Download binaries
|
- name: Download binaries
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: binaries-${{ github.run_id }}
|
name: binaries-${{ github.run_id }}
|
||||||
path: bin/
|
path: bin/
|
||||||
@@ -372,7 +372,7 @@ jobs:
|
|||||||
run: pip install pyyaml deepdiff
|
run: pip install pyyaml deepdiff
|
||||||
|
|
||||||
- name: Download all test artifacts
|
- name: Download all test artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: test/output
|
path: test/output
|
||||||
pattern: test-results-*
|
pattern: test-results-*
|
||||||
|
|||||||
Reference in New Issue
Block a user