From ce54adb4835b6f9336457c465f26872b93091d3d Mon Sep 17 00:00:00 2001 From: tolik518 Date: Thu, 2 Jan 2025 00:38:20 +0100 Subject: [PATCH] update artifact pipeline --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8f5456..1046b4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: vstest.console.exe /TestAdapterPath:"packages" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: SoG_SGreader path: SoG_SGreader\bin \ No newline at end of file