Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnis.chevreton committed Feb 14, 2025
1 parent b0bbdd0 commit f7a90c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
with:
arguments: build testAllJavaVersions jacocoTestReport
- name: Archive Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Results
path: base/build/reports/tests
- name: Archive Code Coverage Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Code Coverage Results
path: base/build/reports/jacoco

0 comments on commit f7a90c7

Please sign in to comment.