Bump download artifact to v3 (#6749)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/6763/head
Derek Nola 2023-01-17 09:40:48 -08:00 committed by GitHub
parent 27f8fe7d02
commit 1aae060f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 }}

View File

@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 1
- name: "Download k3s binary"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: k3s
path: ./dist/artifacts

View File

@ -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