diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ac1cc26..be78c316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,3 +60,10 @@ jobs: with: name: acceptance-test-reports-${{ matrix.php }}-${{ matrix.TYPO3 }} path: .Build/Web/typo3temp/var/tests/_output + + - name: Archive composer.lock + uses: actions/upload-artifact@v4 + if: always() + with: + name: composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }} + path: composer.lock