File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Install Graphviz
2323 run : sudo apt-get -y install graphviz
2424 - name : Gradle caches
25- uses : actions/cache@v2
25+ uses : actions/cache@v4
2626 with :
2727 path : |
2828 ~/.gradle/caches
4747 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
4848 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
4949 - name : Upload coverage to Codecov
50- uses : codecov/codecov-action@v1
50+ uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 2121 - name : Install Graphviz
2222 run : sudo apt-get -y install graphviz
2323 - name : Gradle caches
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 path : |
2727 ~/.gradle/caches
@@ -34,11 +34,11 @@ jobs:
3434 - name : Build with Gradle
3535 run : ./gradlew clean build snapshot
3636 - name : Upload coverage to Codecov
37- uses : codecov/codecov-action@v1
37+ uses : codecov/codecov-action@v4
3838 - name : Unpack tar
3939 run : mkdir ./out && tar -xf ./build/distributions/*.tar --strip-components 1 -C ./out
4040 - name : Upload build
41- uses : actions/upload-artifact@v2
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : build
4444 path : ./out
5050 - build
5151 steps :
5252 - name : Download build
53- uses : actions/download-artifact@v2
53+ uses : actions/download-artifact@v4
5454 with :
5555 name : build
5656 path : ./out
6969 - build
7070 steps :
7171 - name : Download build
72- uses : actions/download-artifact@v2
72+ uses : actions/download-artifact@v4
7373 with :
7474 name : build
7575 path : ./out
8888 - build
8989 steps :
9090 - name : Download build
91- uses : actions/download-artifact@v2
91+ uses : actions/download-artifact@v4
9292 with :
9393 name : build
9494 path : ./out
Original file line number Diff line number Diff line change 2020 - name : Install Graphviz
2121 run : sudo apt-get -y install graphviz
2222 - name : Gradle caches
23- uses : actions/cache@v2
23+ uses : actions/cache@v4
2424 with :
2525 path : |
2626 ~/.gradle/caches
4545 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
4646 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
4747 - name : Upload coverage to Codecov
48- uses : codecov/codecov-action@v1
48+ uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments