Skip to content

Commit

Permalink
Use upload-artiface@v3 to stay compatible with test-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo-baasdam committed Mar 19, 2024
1 parent afe51d1 commit f8b8157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:
./.sonar/scanner/dotnet-sonarscanner end \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Upload test results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results
Expand Down

0 comments on commit f8b8157

Please sign in to comment.