From 1165ee52c703cce0ac4da766d62c29bd9ffe8aec Mon Sep 17 00:00:00 2001 From: lbl <49143209+lbl8603@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:36:37 +0800 Subject: [PATCH] v3 --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a6cf3d7..2b55203 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -86,7 +86,7 @@ jobs: OS: ${{ matrix.OS }} FEATURES: ${{ matrix.FEATURES }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Init submodules uses: snickerbockers/submodules-init@v4 - name: Cargo cache @@ -221,7 +221,7 @@ jobs: cd ./artifacts tar -czf vnt-$TARGET-$TAG.tar.gz * - name: Archive artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: vnt-cli path: | @@ -233,7 +233,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: vnt-cli path: ./artifacts