diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60ce8ec1..32cda276 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: with: args: ${{ matrix.args }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: tauri-artifact-${{ matrix.name }} path: './src-tauri/target/release/bundle'