There was an error while loading. Please reload this page.
2 parents f1aaf32 + b4aeceb commit c474170Copy full SHA for c474170
1 file changed
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
check_name: JUnit Test Report
77
78
- name: Upload build artifacts
79
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
80
if: always()
81
with:
82
name: build-reports
@@ -86,7 +86,7 @@ jobs:
86
retention-days: 30
87
88
- name: Upload JaCoCo coverage report
89
90
91
92
name: jacoco-report
@@ -137,7 +137,7 @@ jobs:
137
run: ./gradlew dependencies --no-daemon > dependencies.txt
138
139
- name: Upload dependency report
140
141
142
name: dependency-report
143
path: dependencies.txt
0 commit comments