Unverified Commit 1aae060f authored by Derek Nola's avatar Derek Nola Committed by GitHub

Bump download artifact to v3 (#6749)

parent 27f8fe7d
......@@ -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
......
......@@ -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 }}
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment