diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aa7e215..1744f2e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -139,7 +139,7 @@ jobs: - name: Upload Artifact if: matrix.platform.target != 'x86_64-pc-windows-msvc' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true @@ -152,7 +152,7 @@ jobs: - name: Upload Artifact.exe if: matrix.platform.target == 'x86_64-pc-windows-msvc' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true @@ -192,7 +192,7 @@ jobs: mv target/x86_64-unknown-linux-musl/release/comtrya target/x86_64-unknown-linux-musl/release/comtrya-x86_64-unknown-linux-musl - name: Upload release archive - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true