From dc089b3cf16e90b4d481953aa9aac7816f54e5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20N=C3=A6sbye=20Christensen?= Date: Thu, 7 Sep 2023 14:15:13 +0200 Subject: [PATCH] Update release build action (#159) --- .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 fa6aea707..742749d6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@master - name: Release ${{ matrix.target }} - uses: rust-build/rust-build.action@v1.4.2 + uses: rust-build/rust-build.action@v1.4.3 env: GITHUB_TOKEN: ${{ matrix.target }} with: