From 94d80c25afcdd44836acf3d85af6c0d138828865 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 18:57:56 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 Co-authored-by: Renovate Bot --- .github/workflows/build-release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 3a38131..9e92494 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -95,7 +95,7 @@ jobs: if: ${{ matrix.compress }} - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.target }} path: ${{ matrix.artifact_name }}