mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 15:19:27 +00:00
Bump upload and download actions to v4 (#9666)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
4
.github/workflows/build-k3s.yaml
vendored
4
.github/workflows/build-k3s.yaml
vendored
@@ -30,13 +30,13 @@ jobs:
|
||||
mv ../k3s-repo.tar.gz .
|
||||
- name: "Upload K3s directory"
|
||||
if: inputs.upload-repo == true
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: k3s-repo.tar.gz
|
||||
path: k3s-repo.tar.gz
|
||||
- name: "Upload K3s binary"
|
||||
if: inputs.upload-repo == false
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: k3s
|
||||
path: dist/artifacts/k3s*
|
||||
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
cache: false
|
||||
- name: "Download k3s binary"
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: k3s
|
||||
path: ./dist/artifacts
|
||||
|
||||
2
.github/workflows/install.yaml
vendored
2
.github/workflows/install.yaml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: "Vagrant Plugin(s)"
|
||||
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
|
||||
- name: "Download k3s binary"
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: k3s
|
||||
path: tests/install/${{ matrix.vm }}
|
||||
|
||||
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: ./.github/actions/setup-go
|
||||
- name: "Download k3s binary"
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: k3s
|
||||
path: ./dist/artifacts
|
||||
|
||||
Reference in New Issue
Block a user