We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b363cbf commit 98188beCopy full SHA for 98188be
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet test Tests/TeleFrame.Tests/TeleFrame.Tests.csproj --configuration Release --logger "trx;LogFileName=test_results.trx" --verbosity normal
32
33
- name: Upload test results
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
with:
36
name: test-results
37
path: Tests/TeleFrame.Tests/TestResults/test_results.trx
0 commit comments