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 8282
8383 - name : Upload Laravel logs as artifacts
8484 if : always()
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v5
8686 with :
8787 name : laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }}
8888 path : |
Original file line number Diff line number Diff line change 8181
8282 - name : Upload Laravel logs as artifacts
8383 if : always()
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 name : laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }}
8787 path : |
Original file line number Diff line number Diff line change 6767
6868 - name : Upload Laravel logs as artifacts
6969 if : always()
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v5
7171 with :
7272 name : laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }}
7373 path : |
You can’t perform that action at this time.
0 commit comments