diff --git a/.github/workflows/main_smart-bot-ai.yml b/.github/workflows/main_smart-bot-ai.yml index 62a9682..98c08cf 100644 --- a/.github/workflows/main_smart-bot-ai.yml +++ b/.github/workflows/main_smart-bot-ai.yml @@ -29,7 +29,7 @@ jobs: run: dotnet publish TelegramBot -c Release -o ${{env.DOTNET_ROOT}}/myapp - name: Upload artifact for deployment job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: .net-app path: ${{env.DOTNET_ROOT}}/myapp