File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 update_release_draft :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : release-drafter/release-drafter@v6
12+ - uses : release-drafter/release-drafter@v7
1313 with :
1414 config-name : release-draft-template.yml
1515 env :
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 - name : Build and run unit and integration tests
3030 run : ./gradlew build integrationTest --info
3131 - name : Archive test report
32- uses : actions/upload-artifact@v6
32+ uses : actions/upload-artifact@v7
3333 if : failure()
3434 with :
3535 name : Test report
3636 path : build/reports/tests/integrationTest
3737 if-no-files-found : ignore
3838 - name : Upload coverage reports to Codecov
39- uses : codecov/codecov-action@v5
39+ uses : codecov/codecov-action@v6
4040 env :
4141 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4242
You can’t perform that action at this time.
0 commit comments