Unverified Commit f95e8ffb authored by Derek Nola's avatar Derek Nola Committed by GitHub

Bump download artifact to v3 (#6747)

parent 6d43d65f
...@@ -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 }}
......
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,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
......
...@@ -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