From ecd950970a10086247c1ac467a0dd557e0d3489b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:59:31 +0000 Subject: [PATCH] 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 4367ad5..93e2b7f 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 }}