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@v4
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : ${{ env.MODULE_ID }}
103103 path : |
Original file line number Diff line number Diff line change 9999
100100 - name : Upload Test Results to Artifacts
101101 if : always()
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v6
103103 with :
104104 name : test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
105105 path : |
@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Upload Debug Logs To Artifacts
114114 if : ${{ failure() }}
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@v6
116116 with :
117117 name : Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
118118 path : |
You can’t perform that action at this time.
0 commit comments