Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
da1b306e
"vscode:/vscode.git/clone" did not exist on "1ba137e98fa2fef7dcd976f1d8573dc5cd0152a8"
Unverified
Commit
da1b306e
authored
Apr 13, 2023
by
K.B.Dharun Krishna
Committed by
GitHub
Apr 13, 2023
Browse files
ci.yml: bump actions to v3 to fix node warning (#2341)
parent
0961ce56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/ci.yml
.github/workflows/ci.yml
+6
-6
No files found.
.github/workflows/ci.yml
View file @
da1b306e
...
...
@@ -12,26 +12,26 @@ jobs:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Run docker-compose up
run
:
docker-compose up
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
name
:
ventoy-windows
path
:
INSTALL/ventoy-*windows*
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
name
:
ventoy-linux
path
:
INSTALL/ventoy-*linux*
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
name
:
ventoy-livecd
path
:
INSTALL/ventoy-*livecd*
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
name
:
SHA256SUM
path
:
INSTALL/sha256.txt
-
uses
:
actions/upload-artifact@v
2
-
uses
:
actions/upload-artifact@v
3
with
:
name
:
xxx-build-log
path
:
DOC/build.log
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