diff --git a/.github/workflows/opencv-cuda-artifact.yml b/.github/workflows/opencv-cuda-artifact.yml index c5deab07..57dcb641 100644 --- a/.github/workflows/opencv-cuda-artifact.yml +++ b/.github/workflows/opencv-cuda-artifact.yml @@ -170,7 +170,7 @@ jobs: path: ./artifacts - name: Create Release Draft - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: opencv-cuda-v${{ env.PYTHON_VERSION }}-${{ env.CUDA_VERSION }}-${{ github.run_number }} name: OpenCV CUDA Release - Python ${{ env.PYTHON_VERSION }} CUDA ${{ env.CUDA_VERSION }}