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