Skip to content

Commit 9db416d

Browse files
Update actions/upload-artifact action to v4
1 parent 898f2c3 commit 9db416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Archive logs artifacts
9090
if: ${{ failure() }}
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
9494
path: |

0 commit comments

Comments
 (0)