From 0debd0880b9f9f9e2e9b261381acaf734de7cef8 Mon Sep 17 00:00:00 2001 From: Temnij Date: Fri, 26 Jan 2024 15:38:31 +0600 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5d5737b..e354a10 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -76,9 +76,9 @@ jobs: - beta - nightly steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - name: Cache cargo & target directories - uses: Swatinem/rust-cache@v2 + uses: Swatinem/rust-cache@v2.7.3 - name: Configure Git run: | git config --global user.email "jdoe@example.com" @@ -109,7 +109,7 @@ jobs: ( startsWith( github.ref, 'refs/tags/v' ) || github.ref == 'refs/tags/test-release' ) - name: Publish release artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.3.0 with: name: NistP256-${{ matrix.platform.os_name }} path: "NistP256-*" @@ -126,5 +126,4 @@ jobs: with: draft: true files: "NistP256-*" - body_path: Changes.md if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )