From: longpanda Date: Fri, 21 Apr 2023 12:05:40 +0000 (+0800) Subject: Merge branch 'master' of https://github.com/ventoy/Ventoy X-Git-Tag: v1.0.92~10 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/6d5de12f5269bc6909e19fc273220826c54bae90?hp=84b2ee7ee3b47f01471691fa8b85d9e0bebf2c60 Merge branch 'master' of https://github.com/ventoy/Ventoy --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b510b2..7e34cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,26 +12,26 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run docker-compose up run: docker-compose up - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: ventoy-windows path: INSTALL/ventoy-*windows* - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: ventoy-linux path: INSTALL/ventoy-*linux* - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: ventoy-livecd path: INSTALL/ventoy-*livecd* - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: SHA256SUM path: INSTALL/sha256.txt - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: xxx-build-log path: DOC/build.log