diff --git a/.github/workflows/functionapp.yml b/.github/workflows/functionapp.yml index 9f20c3e..e4a63a3 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.1 with: app-name: ${{ env.FUNCTION_APP_NAME }} package: './${{ env.FUNCTION_APP_PACKAGE_PATH }}/output'