File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242
243243 - name : Upload test results
244244 if : always()
245- uses : actions/upload-artifact@v4
245+ uses : actions/upload-artifact@v5
246246 with :
247247 name : test-results-${{ inputs.php }}-opcache-${{ matrix.opcache }}-${{ inputs.runs-on }}
248248 path : |
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Upload test results
154154 if : always()
155- uses : actions/upload-artifact@v4
155+ uses : actions/upload-artifact@v5
156156 with :
157157 name : test-results-${{ inputs.php }}-valgrind-${{ matrix.valgrind-tool }}-opcache-${{ matrix.opcache }}
158158 path : |
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Upload test results
131131 if : always()
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : test-results-master-valgrind-${{ matrix.valgrind-tool }}-opcache-${{ matrix.opcache }}
135135 path : |
You can’t perform that action at this time.
0 commit comments