From 47982e731c04e8184a59b54a80adbc9a1a4a29a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:02:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d60e4da..099a0fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - name: Upload Binary if: github.event_name != 'release' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dpitunnel-${{ matrix.arch }} path: build/DPITunnel-exec