diff --git a/.github/workflows/action-analyser.yml b/.github/workflows/action-analyser.yml index fbea5a8..bb13684 100644 --- a/.github/workflows/action-analyser.yml +++ b/.github/workflows/action-analyser.yml @@ -95,7 +95,7 @@ jobs: # dotnet-version: '5.0' - run: dotnet tool install -g Microsoft.CST.ApplicationInspector.CLI - run: appinspector analyze -s ./ -o AppInspectorResults.html -f html - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: AppInspectorResults path: AppInspectorResults.html