mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Bump download action to v3 (#6746)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
d71ab6317e
commit
7bbcac92fd
2
.github/workflows/cgroup.yaml
vendored
2
.github/workflows/cgroup.yaml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with: { fetch-depth: 1 }
|
with: { fetch-depth: 1 }
|
||||||
- name: "Download Binary"
|
- name: "Download Binary"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with: { name: k3s, path: dist/artifacts/ }
|
with: { name: k3s, path: dist/artifacts/ }
|
||||||
- name: "Vagrant Cache"
|
- name: "Vagrant Cache"
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
2
.github/workflows/install.yaml
vendored
2
.github/workflows/install.yaml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
- name: "Vagrant Plugin(s)"
|
- name: "Vagrant Plugin(s)"
|
||||||
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
|
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
|
||||||
- name: "Download k3s binary"
|
- name: "Download k3s binary"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: k3s
|
name: k3s
|
||||||
path: tests/install/${{ matrix.vm }}
|
path: tests/install/${{ matrix.vm }}
|
||||||
|
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
**/go.sum
|
**/go.sum
|
||||||
**/go.mod
|
**/go.mod
|
||||||
- name: "Download k3s binary"
|
- name: "Download k3s binary"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: k3s
|
name: k3s
|
||||||
path: ./dist/artifacts
|
path: ./dist/artifacts
|
||||||
|
2
.github/workflows/snapshotter.yaml
vendored
2
.github/workflows/snapshotter.yaml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with: { fetch-depth: 1 }
|
with: { fetch-depth: 1 }
|
||||||
- name: "Download Binary"
|
- name: "Download Binary"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with: { name: k3s, path: dist/artifacts/ }
|
with: { name: k3s, path: dist/artifacts/ }
|
||||||
- name: "Vagrant Cache"
|
- name: "Vagrant Cache"
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user