From a0e78501a8b9424c3de0fe0c6d9b952e0a27e815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:01:00 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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/*