File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 cmd : run-script format
2929
3030 - name : Commit Format Changes
31- uses : stefanzweifel/git-auto-commit-action@v6
31+ uses : stefanzweifel/git-auto-commit-action@v7
3232 with :
3333 commit_message : Apply cfformat changes
3434 push_options : --force
Original file line number Diff line number Diff line change 4949 java-version : " 11"
5050
5151 - name : Setup BoxLang
52- uses : ortus-boxlang/setup-boxlang@1.1 .0
52+ uses : ortus-boxlang/setup-boxlang@1.2 .0
5353 with :
5454 version : " snapshot"
5555
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Upload Build Artifacts
117117 if : success()
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v5
119119 with :
120120 path : |
121121 .artifacts/**/*
@@ -199,7 +199,7 @@ jobs:
199199 forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
200200
201201 - name : Download build artifacts
202- uses : actions/download-artifact@v5
202+ uses : actions/download-artifact@v6
203203 with :
204204 path : .tmp
205205
Original file line number Diff line number Diff line change 3535 cmd : run-script format
3636
3737 - name : Commit Format Changes
38- uses : stefanzweifel/git-auto-commit-action@v6
38+ uses : stefanzweifel/git-auto-commit-action@v7
3939 with :
4040 commit_message : Apply cfformat changes
4141 push_options : --force
Original file line number Diff line number Diff line change 8888 run : echo "CFENGINE_VERSION=$(box echo ${serverInfo.engineName@coldbox-${{ matrix.cfengine }}}@${serverInfo.engineVersion@coldbox-${{ matrix.cfengine }}})" >> $GITHUB_ENV
8989
9090 - name : Publish Test Reports
91- uses : mikepenz/action-junit-report@v5.6.2
91+ uses : mikepenz/action-junit-report@v6.0.1
9292 if : always()
9393 with :
9494 report_paths : |
@@ -120,7 +120,7 @@ jobs:
120120
121121 - name : Upload Debugging Info To Artifacts
122122 if : ${{ failure() }}
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v5
124124 with :
125125 name : Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.jdkVersion }}
126126 path : |
@@ -135,7 +135,7 @@ jobs:
135135 if : always()
136136 steps :
137137 - name : Download Test Results Artifacts
138- uses : actions/download-artifact@v5
138+ uses : actions/download-artifact@v6
139139 with :
140140 path : artifacts
141141
You can’t perform that action at this time.
0 commit comments