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: ...@@ -53,7 +53,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
......
...@@ -60,7 +60,7 @@ jobs: ...@@ -60,7 +60,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 }}
......
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- 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
......
...@@ -55,7 +55,7 @@ jobs: ...@@ -55,7 +55,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
......
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