diff --git a/.github/workflows/functionapp.yml b/.github/workflows/functionapp.yml index 9f20c3e..18e8c66 100644 --- a/.github/workflows/functionapp.yml +++ b/.github/workflows/functionapp.yml @@ -69,7 +69,7 @@ jobs: dotnet build --configuration Release --output ./output popd - name: 'Run Azure Functions Action' - uses: Azure/functions-action@v1.4.6 + uses: Azure/functions-action@v1.5.0 with: app-name: ${{ env.FUNCTION_APP_NAME }} package: './${{ env.FUNCTION_APP_PACKAGE_PATH }}/output'