diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9f1ce35f9..67347a661 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,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 @@ -54,7 +54,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 0eb079c40..0f46b6b48 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/*