diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 85d4e92..f2b1fc8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,7 +35,7 @@ jobs: args: "--locked --release" strip: true - name: Publish artifacts and release - uses: houseabsolute/actions-rust-release@v0 + uses: houseabsolute/actions-rust-release@v1 with: executable-name: idig target: ${{ matrix.platform.target }}