From 097dab71407a549f4c5f23247e8c06e4952a7370 Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Sun, 23 Jun 2024 17:39:33 +0530 Subject: [PATCH] Update publish.yml Signed-off-by: Karan Gauswami --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6340491..0ab5ebf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: asset_name: sthp-macos steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 with: @@ -43,7 +43,7 @@ jobs: run: cargo build --release --locked - name: Upload binaries to release - uses: svenstaro/upload-release-action@v1-release + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.TOKEN_FOR_RELEASE }} file: target/release/${{ matrix.artifact_name }}