File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797
9898 - name : Upload Build Artifacts
9999 if : success()
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v7
101101 with :
102102 name : ${{ env.MODULE_ID }}
103103 path : |
Original file line number Diff line number Diff line change 9292
9393 - name : Upload Test Results to Artifacts
9494 if : always()
95- uses : actions/upload-artifact@v5
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : test-results-${{ matrix.engine }}-${{ matrix.coldboxVersion }}
9898 path : |
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Upload Debug Logs To Artifacts
107107 if : ${{ failure() }}
108- uses : actions/upload-artifact@v5
108+ uses : actions/upload-artifact@v7
109109 with :
110110 name : Failure Debugging Info - ${{ matrix.engine }} - ${{ matrix.coldboxVersion }}
111111 path : |
You can’t perform that action at this time.
0 commit comments