From 5fbde0ef52b357bb0afd0c52bd004150e2a15780 Mon Sep 17 00:00:00 2001 From: David Eggenberger <72417712+DavidEggenberger@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:23:39 +0100 Subject: [PATCH] Update build_test.yml --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2ca93edb..3e0e886a 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -33,7 +33,7 @@ jobs: - name: Publish run: dotnet publish --configuration release --output './published-app' ${{ github.workspace }}/Source/Web/Server/Web.Server.csproj - name: Upload Publish Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Published-Artifacts path: './published-app' @@ -48,4 +48,4 @@ jobs: uses: actions/download-artifact@v2 with: name: Published-Artifacts - path: './published-app' \ No newline at end of file + path: './published-app'