File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 check_name : " Test Results"
3737 comment_title : " Unit Test Results"
3838 - name : Upload Test Report
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 if : always() && matrix.os == 'ubuntu-latest'
4141 with :
4242 name : test-report
4343 path : build/reports/tests/test/
4444 - name : Upload Coverage Reports
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 if : always() && matrix.os == 'ubuntu-latest'
4747 with :
4848 name : coverage-report
6868 - name : Build
6969 run : ./gradlew clean build test
7070 - name : Upload JAR for PR
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : pr-jar
7474 path : build/libs/*.jar
You can’t perform that action at this time.
0 commit comments