From 46b37c07535fc9e340844a439cf285f946bead1e Mon Sep 17 00:00:00 2001 From: lbl <1791778603@qq.com> Date: Thu, 6 Feb 2025 17:56:29 +0800 Subject: [PATCH] use v4 --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2b55203..a56e3de 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@v3 + - uses: actions/checkout@v4 - name: Init submodules uses: snickerbockers/submodules-init@v4 - name: Cargo cache @@ -221,9 +221,9 @@ jobs: cd ./artifacts tar -czf vnt-$TARGET-$TAG.tar.gz * - name: Archive artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: vnt-cli + name: vnt-cli-${{ matrix.TARGET }} path: | ./artifacts # deploys to github releases on tag @@ -233,7 +233,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: vnt-cli path: ./artifacts