diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index 5fdd759..df72d17 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -32,7 +32,7 @@ jobs: run: dotnet build ./src/Promitor.DataGeneration.CustomMetrics --configuration Release --output ${{ env.OUTPUT_PATH }} - name: Publish Azure Function Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.OUTPUT_PATH }}