Skip to content

Commit 29022ac

Browse files
Update actions/upload-artifact action to v7
1 parent edca381 commit 29022ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)