Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith-JackSmith authored Jan 22, 2025
1 parent ee7e659 commit 9b0f584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
colcon test-result
- name: Upload Tests to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
Expand All @@ -56,4 +56,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: build/*/test_results/*/*.xml
files: build/*/test_results/*/*.xml

0 comments on commit 9b0f584

Please sign in to comment.