From 1f7ad663b2f8eca7e1194da109828cc96a4bf820 Mon Sep 17 00:00:00 2001 From: altunenes Date: Tue, 10 Sep 2024 23:33:19 +0300 Subject: [PATCH] fix actions file --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 217f882..316676e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - target: x86_64-apple-darwin ext: "" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Rust toolchain uses: actions-rs/toolchain@v1 @@ -53,7 +53,7 @@ jobs: shell: pwsh - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.bin }}-${{ matrix.os }} path: "${{ matrix.bin }}-${{ matrix.os }}.zip" @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: downloaded-artifacts @@ -91,4 +91,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} owner: altunenes - repo: rusty_art + repo: rusty_art \ No newline at end of file