Skip to content

Commit 98188be

Browse files
author
GitHub Copilot
committed
ci: update upload-artifact to v4
1 parent b363cbf commit 98188be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet test Tests/TeleFrame.Tests/TeleFrame.Tests.csproj --configuration Release --logger "trx;LogFileName=test_results.trx" --verbosity normal
3232

3333
- name: Upload test results
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: test-results
3737
path: Tests/TeleFrame.Tests/TestResults/test_results.trx

0 commit comments

Comments
 (0)