From 201440002b534202c41a69aae129cb0bd29a1782 Mon Sep 17 00:00:00 2001 From: Jack Westwood Date: Tue, 10 Sep 2024 10:43:38 +0100 Subject: [PATCH] Update upload artifact action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 398d88d5..8d86589c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: if: matrix.os == 'windows-latest' - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.RELEASE_BIN }}-${{ matrix.target }} path: ${{ env.RELEASE_BIN }}-${{ matrix.target }}*