mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-06 07:20:03 +00:00
Bump download artifact to v3 (#6747)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
2
.github/workflows/cgroup.yaml
vendored
2
.github/workflows/cgroup.yaml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with: { fetch-depth: 1 }
|
||||
- name: "Download Binary"
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with: { name: k3s, path: dist/artifacts/ }
|
||||
- name: "Vagrant Cache"
|
||||
uses: actions/cache@v3
|
||||
|
||||
2
.github/workflows/install.yaml
vendored
2
.github/workflows/install.yaml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: "Vagrant Plugin(s)"
|
||||
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
|
||||
- name: "Download k3s binary"
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: k3s
|
||||
path: tests/install/${{ matrix.vm }}
|
||||
|
||||
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
**/go.sum
|
||||
**/go.mod
|
||||
- name: "Download k3s binary"
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: k3s
|
||||
path: ./dist/artifacts
|
||||
|
||||
2
.github/workflows/snapshotter.yaml
vendored
2
.github/workflows/snapshotter.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with: { fetch-depth: 1 }
|
||||
- name: "Download Binary"
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with: { name: k3s, path: dist/artifacts/ }
|
||||
- name: "Vagrant Cache"
|
||||
uses: actions/cache@v3
|
||||
|
||||
Reference in New Issue
Block a user