From 1f864905df3e7331770bded77850bb6c4e4236aa Mon Sep 17 00:00:00 2001 From: Lilith River Date: Mon, 29 Jan 2024 08:35:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0049532..a7da109 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: - name: Unzip tests binary run: powershell Expand-Archive -Path tests.zip -DestinationPath ./ - name: Run tests - uses: microsoft-approved-actions/vstest@master + uses: microsoft/vstest-action@v1.0.0 with: testAssembly: CloudTest.DefaultSamples*.dll searchFolder: ./tests/