From 17f3e91a6b61783f250ee17e50f870bf555c22ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:11:42 +0700 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#93) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main_smart-bot-ai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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