Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9bd4c8a9
Unverified
Commit
9bd4c8a9
authored
Mar 07, 2024
by
Derek Nola
Committed by
GitHub
Mar 07, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump upload and download actions to v4 (#9666)
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
2a091a69
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
build-k3s.yaml
.github/workflows/build-k3s.yaml
+3
-2
e2e.yaml
.github/workflows/e2e.yaml
+1
-1
install.yaml
.github/workflows/install.yaml
+1
-1
integration.yaml
.github/workflows/integration.yaml
+1
-1
No files found.
.github/workflows/build-k3s.yaml
View file @
9bd4c8a9
...
...
@@ -30,13 +30,13 @@ jobs:
mv ../k3s-repo.tar.gz .
-
name
:
"
Upload
K3s
directory"
if
:
inputs.upload-repo ==
true
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
k3s-repo.tar.gz
path
:
k3s-repo.tar.gz
-
name
:
"
Upload
K3s
binary"
if
:
inputs.upload-repo ==
false
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
k3s
path
:
dist/artifacts/k3s*
\ No newline at end of file
.github/workflows/e2e.yaml
View file @
9bd4c8a9
...
...
@@ -59,7 +59,7 @@ jobs:
go-version-file
:
'
go.mod'
cache
:
false
-
name
:
"
Download
k3s
binary"
uses
:
actions/download-artifact@v
3
uses
:
actions/download-artifact@v
4
with
:
name
:
k3s
path
:
./dist/artifacts
...
...
.github/workflows/install.yaml
View file @
9bd4c8a9
...
...
@@ -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@v
3
uses
:
actions/download-artifact@v
4
with
:
name
:
k3s
path
:
tests/install/${{ matrix.vm }}
...
...
.github/workflows/integration.yaml
View file @
9bd4c8a9
...
...
@@ -48,7 +48,7 @@ jobs:
-
name
:
Install Go
uses
:
./.github/actions/setup-go
-
name
:
"
Download
k3s
binary"
uses
:
actions/download-artifact@v
3
uses
:
actions/download-artifact@v
4
with
:
name
:
k3s
path
:
./dist/artifacts
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment