diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f22e9c51..5f973865 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: make cross qemu-wrapper vm win-gvproxy win-sshproxy mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ matrix.go-version }} == '1.21.x' with: name: gvisor-tap-vsock-binaries @@ -57,7 +57,7 @@ jobs: - name: Test run: make test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: qcon diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eb079c4..0f46b6b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: make cross qemu-wrapper vm win-gvproxy win-sshproxy mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: gvisor-tap-vsock-binaries path: bin/*