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 9797
9898 - name : Upload Test Results to Artifacts
9999 if : always()
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
103103 path : |
@@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Upload Debug Logs To Artifacts
112112 if : ${{ failure() }}
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v6
114114 with :
115115 name : Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
116116 path : |
You can’t perform that action at this time.
0 commit comments