File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 continue-on-error : true
8181
8282 - name : Upload test results
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 if : ${{ always() }}
8585 with :
8686 name : xml-test-reports-${{ runner.os }}
9090
9191 - name : Upload gradle reports
9292 if : ${{ always() }}
93- uses : actions/upload-artifact@v3
93+ uses : actions/upload-artifact@v4
9494 with :
9595 name : gradle-reports-${{ matrix.os }}
9696 path : ' **/build/reports/'
@@ -116,7 +116,7 @@ jobs:
116116 pull-requests : write
117117
118118 steps :
119- - uses : actions/download-artifact@v3
119+ - uses : actions/download-artifact@v4
120120 if : ${{ always() }}
121121 with :
122122 name : xml-test-reports-${{ runner.os }}
Original file line number Diff line number Diff line change 2626 --continue
2727 - name : Upload SARIF report to Github
2828 if : always()
29- uses : github/codeql-action/upload-sarif@v2
29+ uses : github/codeql-action/upload-sarif@v3
3030 with :
3131 sarif_file : build/reports/diktat/diktat-merged.sarif
Original file line number Diff line number Diff line change 6565 run : git status
6666 - name : Upload artifact
6767 id : upload_artifact
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : save-cli-${{ runner.os }}
7171 path : save-cli/build/bin/**/releaseExecutable/*
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Download artifact
82- uses : actions/download-artifact@v3
82+ uses : actions/download-artifact@v4
8383 with :
8484 path : tmpFolder
8585 - name : Create Github Release
You can’t perform that action at this time.
0 commit comments