File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 run : ./gradlew buildPlugin --exclude-task test
3838
3939 - name : Upload Assets
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 with :
4242 name : ddev-intellij-plugin
4343 path : build/distributions/*.zip
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
4040
4141 - name : Upload Test Report
4242 if : ${{ always() }}
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 with :
4545 name : test-report-${{ matrix.os }}
4646 path : build/reports/tests/test
4747
4848 - name : Upload HTML test coverage report
4949 if : ${{ matrix.os == 'ubuntu-latest' && always() }}
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : coverage-report
5353 path : build/reports/jacoco/test/html
Original file line number Diff line number Diff line change 3838 run : ./gradlew verifyPlugin --stacktrace --info
3939
4040 - name : Upload Report
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : test-report-${{ matrix.os }}
4444 path : build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments