Skip to content

Commit f7a90c7

Browse files
author
daphnis.chevreton
committed
Update github workflow
1 parent b0bbdd0 commit f7a90c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
with:
3030
arguments: build testAllJavaVersions jacocoTestReport
3131
- name: Archive Test Results
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: Test Results
3535
path: base/build/reports/tests
3636
- name: Archive Code Coverage Report
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: Code Coverage Results
4040
path: base/build/reports/jacoco

0 commit comments

Comments
 (0)