File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090
9191 - name : Upload Test Results Artifacts
9292 if : always()
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v5
9494 with :
9595 name : test-results-${{ matrix.cfengine }}
9696 path : |
9999 # Leaving this here for future debugging
100100 # - name: Upload tmp folder as artifact
101101 # if: always()
102- # uses: actions/upload-artifact@v4
102+ # uses: actions/upload-artifact@v5
103103 # with:
104104 # name: tmp-folder
105105 # path: models/tmp/
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Upload Debugging Info To Artifacts
126126 if : ${{ failure() }}
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : Failure Debugging Info - ${{ matrix.cfengine }}
130130 path : |
Original file line number Diff line number Diff line change 8383
8484 - name : Upload Debugging Info To Artifacts
8585 if : ${{ failure() }}
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 with :
8888 name : Failure Debugging Info - ${{ matrix.cfengine }}
8989 path : |
You can’t perform that action at this time.
0 commit comments