ci.yml: bump actions to v3 to fix node warning (#2341)

pull/2352/head
K.B.Dharun Krishna 1 year ago committed by GitHub
parent 0961ce5624
commit da1b306e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,26 +12,26 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Run docker-compose up - name: Run docker-compose up
run: docker-compose up run: docker-compose up
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: ventoy-windows name: ventoy-windows
path: INSTALL/ventoy-*windows* path: INSTALL/ventoy-*windows*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: ventoy-linux name: ventoy-linux
path: INSTALL/ventoy-*linux* path: INSTALL/ventoy-*linux*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: ventoy-livecd name: ventoy-livecd
path: INSTALL/ventoy-*livecd* path: INSTALL/ventoy-*livecd*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: SHA256SUM name: SHA256SUM
path: INSTALL/sha256.txt path: INSTALL/sha256.txt
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: xxx-build-log name: xxx-build-log
path: DOC/build.log path: DOC/build.log

Loading…
Cancel
Save