Skip to content

Commit ebc6e0b

Browse files
Update actions/upload-artifact action to v4
1 parent e88173f commit ebc6e0b

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Archive logs artifacts
9696
if: ${{ failure() }}
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
100100
path: |

0 commit comments

Comments
 (0)