From fe377ce0af92cccbcd6b2412d27d73963609cb63 Mon Sep 17 00:00:00 2001 From: Lambert Clara Date: Mon, 22 Jul 2024 16:41:42 +0200 Subject: [PATCH] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 43a5731..c8e327c 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -72,7 +72,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - name: Run tests - uses: microsoft-approved-actions/vstest@master + uses: microsoft/vstest-action@v1.0.0 with: testAssembly: NiftyPerforce.Tests*.dll searchFolder: ./NiftyPerforce.Tests/